Skip to main content

Module xpath

Module xpath 

Source
Expand description

XPath 1.0 + a small subset used for fast streaming-style node matching.

See xpath::pattern::Pattern for the libxml2-flavour pattern matcher.

Modules§

pattern
A small subset of XPath 1.0 sized for fast per-node matching.

Structs§

Pattern
A compiled libxml2-flavour pattern. Match nodes via Self::matches.