Expand description
Shared XPath 3.1 evaluation via xee-xpath.
All !Send xee-xpath types are created and dropped within evaluate_xpath,
keeping them invisible to async callers.
Namespace prefixes used in the XPath expression are automatically
discovered from the XML document’s root element declarations. Callers
may supply additional bindings that override or supplement these.
Enums§
- Query
Mode - Output mode for
XPathqueries. - Query
Result - Result of an
XPathquery.
Functions§
- evaluate_
xpath - Evaluate an
XPath3.1 expression against an XML string.