public final class Xpath
extends Object
A thin layer around
XPath to evaluate expressions in the context of a
Node.
-
Method Summary
Create a new evaluation context for node respecting the given namespace resolutions.
Evaluate the xpath expression against the contained document.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
mk
Create a new evaluation context for node respecting the given namespace resolutions.
-
node
Evaluate the xpath expression against the contained document. The expression must return a node.