Expand description
XPath 1.0 Evaluation Context (§25).
The evaluation context holds the state required to evaluate an XPath expression: the current document, context node, context position/size, variable bindings, namespace declarations, registered extension functions, and recursion-depth tracking.
§UPSTREAM-PARITY
Mirrors xmlXPathContext from libxml2 with additional Rust-side state
for variable/function resolution and safe recursion guards.
§Courts
XPATH-CONTEXT-*
Structs§
- XPath
Context - XPath 1.0 evaluation context.
Type Aliases§
- Func
Lookup Func - C callback for function lookup.
- VarLookup
Func - C callback for variable lookup.
- XPath
Function - XPath extension function signature.