| Package | Description |
|---|---|
| org.w3c.dom.xpath |
| Modifier and Type | Method and Description |
|---|---|
XPathNSResolver |
XPathEvaluator.createNSResolver(Node
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
|
| Modifier and Type | Method and Description |
|---|---|
XPathExpression |
XPathEvaluator.createExpression(String
Creates a parsed XPath expression with resolved namespaces.
|
Object |
XPathEvaluator.evaluate(String
Evaluates an XPath expression string and returns a result of the specified type if possible.
|