Package org.apache.xalan.extensions
Class XPathFunctionImpl
java.lang.Object
org.apache.xalan.extensions.XPathFunctionImpl
- All Implemented Interfaces:
XPathFunction
A sample implementation of XPathFunction, with support for
EXSLT extension functions and Java extension functions.
-
Constructor Summary
ConstructorsConstructorDescriptionXPathFunctionImpl
(ExtensionHandler handler, String funcName) Construct an instance of XPathFunctionImpl from the ExtensionHandler and function name. -
Method Summary
-
Constructor Details
-
XPathFunctionImpl
Construct an instance of XPathFunctionImpl from the ExtensionHandler and function name.
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceXPathFunction
- Throws:
XPathFunctionException
- See Also:
-