Skip to main content

Module query

Module query 

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

QueryMode
Output mode for XPath queries.
QueryResult
Result of an XPath query.

Functions§

evaluate_xpath
Evaluate an XPath 3.1 expression against an XML string.