Package org.exolab.adaptx.xslt.functions
Class SystemFunctionCall
java.lang.Object
org.exolab.adaptx.xpath.XPathFunction
org.exolab.adaptx.xslt.XSLTFunction
org.exolab.adaptx.xslt.functions.SystemFunctionCall
A implementation of the "system-property" function call
- Version:
- $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
- Author:
- Keith Visco
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
static final short
Fields inherited from class org.exolab.adaptx.xslt.XSLTFunction
INVALID_NUMBER_PARAMS, XSLT_NAMESPACE
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SystemFunctionCall using the default function type (system-property())SystemFunctionCall
(ProcessorState ps, short type) Creates a new SystemFunctionCall -
Method Summary
Modifier and TypeMethodDescriptioncall
(XPathContext context, XPathResult[] args) Invokes the function and returns the XPath result.Methods inherited from class org.exolab.adaptx.xslt.XSLTFunction
getFunctionName, getNamespaceURI
Methods inherited from class org.exolab.adaptx.xpath.XPathFunction
call
-
Field Details
-
SYSTEM_PROPERTY
public static final short SYSTEM_PROPERTY- See Also:
-
FUNCTION_AVAILABLE
public static final short FUNCTION_AVAILABLE- See Also:
-
-
Constructor Details
-
SystemFunctionCall
Creates a new SystemFunctionCall using the default function type (system-property()) -
SystemFunctionCall
Creates a new SystemFunctionCall
-
-
Method Details
-
call
Invokes the function and returns the XPath result.- Specified by:
call
in classXSLTFunction
- Parameters:
context
- The XPath contextparams
- A list of zero or more arguments- Returns:
- An XPath result (not null)
- Throws:
XPathException
- An error occured while invoking this function
-