Package org.exolab.adaptx.xslt.functions
Class ExtensionFunctionCall
java.lang.Object
org.exolab.adaptx.xpath.XPathFunction
org.exolab.adaptx.xslt.XSLTFunction
org.exolab.adaptx.xslt.functions.ExtensionFunctionCall
A class for representing extension function calls
- Version:
- $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
- Author:
- Keith Visco
-
Field Summary
FieldsFields inherited from class org.exolab.adaptx.xslt.XSLTFunction
INVALID_NUMBER_PARAMS, XSLT_NAMESPACE
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionFunctionCall
(String name, ProcessorState ps) Creates a new ExtensionFunctionCall -
Method Summary
Modifier and TypeMethodDescriptioncall
(XPathContext context, XPathResult[] args) Invokes the function and returns the XPath result.Returns the namespace that this function call is inMethods inherited from class org.exolab.adaptx.xslt.XSLTFunction
getFunctionName, getNamespaceURI
Methods inherited from class org.exolab.adaptx.xpath.XPathFunction
call
-
Field Details
-
FUNCTION_NOT_DEFINED
- See Also:
-
-
Constructor Details
-
ExtensionFunctionCall
Creates a new ExtensionFunctionCall
-
-
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
-
getNameSpace
Returns the namespace that this function call is in
-