-
class
Final evaluation state of a .../@*
XPath expression.
class
Intermediate evaluation state of a .../*...
XPath expression.
class
Composite XPath evaluation state.
class
Final evaluation state of an XPath expression that targets an element.
class
Final evaluation state of a .../@name
XPath expression.
class
Intermediate evaluation state of a .../name...
XPath
expression.
class
Final evaluation state of a .../node()
XPath expression.
class
Evaluation state of a ...//...
XPath expression.
class
Final evaluation state of a .../text()
XPath expression.
State of a failed XPath evaluation, where nothing is matched.
Returns the XPath evaluation state that results from descending
to a child element with the given name.
Parses the given simple XPath expression to an evaluation state
initialized at the document node.