Package org.apache.xalan.extensions
Class XPathFunctionResolverImpl
- java.lang.Object
-
- org.apache.xalan.extensions.XPathFunctionResolverImpl
-
- All Implemented Interfaces:
javax.xml.xpath.XPathFunctionResolver
public class XPathFunctionResolverImpl extends java.lang.Object implements javax.xml.xpath.XPathFunctionResolver
A sample implementation of XPathFunctionResolver, with support for EXSLT extension functions and Java extension functions.
-
-
Constructor Summary
Constructors Constructor Description XPathFunctionResolverImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.xpath.XPathFunction
resolveFunction(javax.xml.namespace.QName qname, int arity)
Resolve an extension function from the qualified name and arity.
-