org.apache.xalan.extensions
Class XPathFunctionImpl
java.lang.Object
org.apache.xalan.extensions.XPathFunctionImpl
- All Implemented Interfaces:
- XPathFunction
public class XPathFunctionImpl
- extends Object
- implements XPathFunction
A sample implementation of XPathFunction, with support for
EXSLT extension functions and Java extension functions.
XPathFunctionImpl
public XPathFunctionImpl(ExtensionHandler handler,
String funcName)
- Construct an instance of XPathFunctionImpl from the
ExtensionHandler and function name.
evaluate
public Object evaluate(List args)
throws XPathFunctionException
- Specified by:
evaluate
in interface XPathFunction
- Throws:
XPathFunctionException
- See Also:
XPathFunction.evaluate(java.util.List)
Copyright ? 2005 Apache XML Project. All Rights Reserved.