Crate xpath

Crate xpath 

Source

Modulesยง

ast ๐Ÿ”’
context ๐Ÿ”’
eval ๐Ÿ”’
functions ๐Ÿ”’
parser ๐Ÿ”’
tokenizer ๐Ÿ”’
value ๐Ÿ”’

Structsยง

NodeSet

Enumsยง

Error
Expression
ParserError
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.
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.