| Package | Description |
|---|---|
| javax.xml.xpath |
This package provides an
object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
|
| Modifier and Type | Method and Description |
|---|---|
XPathFunctionResolver |
XPath.getXPathFunctionResolver()
Return the current function resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPath.setXPathFunctionResolver(XPathFunctionResolver
Establish a function resolver.
|
abstract void |
XPathFactory.setXPathFunctionResolver(XPathFunctionResolver
Establish a default function resolver.
|