Module skyscraper::xpath

source ·
Expand description

Parse and apply XPath expressions to HTML documents.

Re-exports§

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§

Functions§

  • Parse a string into an [XPath] expression.