public class SystemFunctionCall extends XSLTFunction
| Modifier and Type | Field and Description |
|---|---|
static short |
FUNCTION_AVAILABLE |
static short |
SYSTEM_PROPERTY |
INVALID_NUMBER_PARAMS, XSLT_NAMESPACE| Constructor and Description |
|---|
SystemFunctionCall(ProcessorState ps)
Creates a new SystemFunctionCall using the default
function type (system-property())
|
SystemFunctionCall(ProcessorState ps,
short type)
Creates a new SystemFunctionCall
|
| Modifier and Type | Method and Description |
|---|---|
XPathResult |
call(XPathContext context,
XPathResult[] args)
Invokes the function and returns the XPath result.
|
getFunctionName, getNamespaceURIcallpublic static final short SYSTEM_PROPERTY
public static final short FUNCTION_AVAILABLE
public SystemFunctionCall(ProcessorState ps)
public SystemFunctionCall(ProcessorState ps, short type)
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