Provides interfaces for DOM Level 3 XPath Specification.
-
Creates a parsed XPath expression with resolved namespaces.
Evaluates an XPath expression string and returns a result of the
specified type if possible.
Evaluates this XPath expression and returns a result.
boolean
The value of this boolean result.
double
The value of this number result.
The value of this single node result, which may be null
.
int
The number of nodes in the result snapshot.
The value of this string result.
Iterates and returns the next node from the node set or
null
if there are no more nodes.
Returns the index
th item in the snapshot collection.