Skip to main content

Crate servo_xpath

Crate servo_xpath 

Source

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
parse
Parse an XPath expression from a string.