public class GenerateIDFunctionCall extends XSLTFunction
INVALID_NUMBER_PARAMS, XSLT_NAMESPACE| Constructor | Description |
|---|---|
GenerateIDFunctionCall(ProcessorState ps) |
Creates a new GenerateIDFunctionCall
|
| Modifier and Type | Method | Description |
|---|---|---|
XPathResult |
call(XPathContext context,
XPathResult[] args) |
Invokes the function and returns the XPath result.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallgetFunctionName, getNamespaceURIpublic GenerateIDFunctionCall(ProcessorState ps)
public XPathResult call(XPathContext context, XPathResult[] args) throws XPathException
call in class XSLTFunctioncontext - The XPath contextparams - A list of zero or more argumentsXPathException - An error occured while invoking this function