Skip to main content

Module eval

Module eval 

Source
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.