Expand description
XPath 1.0 Evaluation Engine (§25).
Evaluates compiled XPath expressions against XML trees using the internal Rust representation.
§UPSTREAM-PARITY
Full XPath 1.0 evaluation semantics: location paths, axes, node tests, predicates, functions, operators, type conversions, comparison semantics.
§Courts
XPATH-EVAL-*
Functions§
- eval
- Evaluate an XPath expression in the given context.
- eval_
xpath - Evaluate an XPath expression string against a document.