Crate xpath

Source

Modulesยง

ast ๐Ÿ”’
context ๐Ÿ”’
eval ๐Ÿ”’
eval_function ๐Ÿ”’
parser ๐Ÿ”’
value ๐Ÿ”’

Enumsยง

Error
Expression
Value
The primary types of values that an XPath expression returns as a result.

Traitsยง

Attribute
Document
Dom
Element
NamespaceResolver
Node
A handle to a DOM node exposing all functionality needed by xpath.
NodesetHelpers
ProcessingInstruction

Functionsยง

evaluate_parsed_xpath
Evaluate an already-parsed XPath expression
is_valid_continuation ๐Ÿ”’
https://www.w3.org/TR/xml/#NT-NameChar
is_valid_start ๐Ÿ”’
https://www.w3.org/TR/xml/#NT-NameStartChar
parse
Parse an XPath expression from a string