Module skyscraper::xpath
source · Expand description
Parse and apply XPath expressions to HTML documents.
Re-exports§
pub use self::grammar::Xpath;pub use self::grammar::XpathItemTree;
Modules§
- This module contains the grammar for the XPath language. https://www.w3.org/TR/2017/REC-xpath-31-20170321/#id-grammar
- An ordered set of
XpathItems.
Structs§
- Error that occurs when applying an [XPath] expression to an XpathItemTree.
Functions§
- Parse a string into an [XPath] expression.