|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathFunctionResolver | |
javax.xml.xpath | |
org.apache.xalan.extensions | Implementation of Xalan Extension Mechanism. |
org.apache.xpath.jaxp |
Uses of XPathFunctionResolver in javax.xml.xpath |
Methods in javax.xml.xpath that return XPathFunctionResolver | |
XPathFunctionResolver |
XPath.getXPathFunctionResolver()
Return the current function resolver. |
Methods in javax.xml.xpath with parameters of type XPathFunctionResolver | |
void |
XPath.setXPathFunctionResolver(XPathFunctionResolver resolver)
Establish a function resolver. |
abstract void |
XPathFactory.setXPathFunctionResolver(XPathFunctionResolver resolver)
Establish a default function resolver. |
Uses of XPathFunctionResolver in org.apache.xalan.extensions |
Classes in org.apache.xalan.extensions that implement XPathFunctionResolver | |
class |
XPathFunctionResolverImpl
A sample implementation of XPathFunctionResolver, with support for EXSLT extension functions and Java extension functions. |
Uses of XPathFunctionResolver in org.apache.xpath.jaxp |
Methods in org.apache.xpath.jaxp that return XPathFunctionResolver | |
XPathFunctionResolver |
XPathImpl.getXPathFunctionResolver()
Returns the current function resolver. |
Methods in org.apache.xpath.jaxp with parameters of type XPathFunctionResolver | |
void |
XPathImpl.setXPathFunctionResolver(XPathFunctionResolver resolver)
Establishes a function resolver. |
void |
XPathFactoryImpl.setXPathFunctionResolver(XPathFunctionResolver resolver)
Establish a default function resolver. |
Constructors in org.apache.xpath.jaxp with parameters of type XPathFunctionResolver | |
JAXPExtensionsProvider.JAXPExtensionsProvider(XPathFunctionResolver resolver)
|
|
JAXPExtensionsProvider.JAXPExtensionsProvider(XPathFunctionResolver resolver,
boolean featureSecureProcessing)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |