Package | Description |
---|---|
javax.xml.xpath | |
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
org.apache.xpath.jaxp |
Modifier and Type | Method and Description |
---|---|
XPathFunctionResolver |
XPath.getXPathFunctionResolver()
Return the current function resolver.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
XPathFactory.setXPathFunctionResolver(XPathFunctionResolver resolver)
Establish a default function resolver.
|
void |
XPath.setXPathFunctionResolver(XPathFunctionResolver resolver)
Establish a function resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathFunctionResolverImpl
A sample implementation of XPathFunctionResolver, with support for
EXSLT extension functions and Java extension functions.
|
Modifier and Type | Method and Description |
---|---|
XPathFunctionResolver |
XPathImpl.getXPathFunctionResolver()
Returns the current function resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
XPathImpl.setXPathFunctionResolver(XPathFunctionResolver resolver)
Establishes a function resolver.
|
void |
XPathFactoryImpl.setXPathFunctionResolver(XPathFunctionResolver resolver)
Establish a default function resolver.
|
Constructor and Description |
---|
JAXPExtensionsProvider(XPathFunctionResolver resolver) |
JAXPExtensionsProvider(XPathFunctionResolver resolver,
boolean featureSecureProcessing) |
Copyright © 2014 Apache XML Project. All Rights Reserved.