Skip to main content

parse_xpath

Function parse_xpath 

Source
pub fn parse_xpath(src: &str) -> Result<Expr, XmlError>
Expand description

Parse an XPath 1.0 expression string into its AST representation using the default strict options. See parse_xpath_with to opt into libxml2-compatible lexing.