| 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 |
|---|---|
XPathVariableResolver |
XPath.getXPathVariableResolver()
Return the current variable resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPath.setXPathVariableResolver(XPathVariableResolver
Establish a variable resolver.
|
abstract void |
XPathFactory.setXPathVariableResolver(XPathVariableResolver
Establish a default variable resolver.
|