Package org.apache.xalan.extensions
Class XPathFunctionImpl
- java.lang.Object
-
- org.apache.xalan.extensions.XPathFunctionImpl
-
- All Implemented Interfaces:
javax.xml.xpath.XPathFunction
public class XPathFunctionImpl extends java.lang.Object implements javax.xml.xpath.XPathFunction
A sample implementation of XPathFunction, with support for EXSLT extension functions and Java extension functions.
-
-
Constructor Summary
Constructors Constructor Description XPathFunctionImpl(ExtensionHandler handler, java.lang.String funcName)
Construct an instance of XPathFunctionImpl from the ExtensionHandler and function name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
evaluate(java.util.List args)
-
-
-
Constructor Detail
-
XPathFunctionImpl
public XPathFunctionImpl(ExtensionHandler handler, java.lang.String funcName)
Construct an instance of XPathFunctionImpl from the ExtensionHandler and function name.
-
-