pub fn parse_xpath(input: &str) -> Result<XPathExpr, XPathError>Expand description
Parse an XPath expression string into an AST.
ยงErrors
Returns XPathError::Invalid if the expression syntax is invalid.
pub fn parse_xpath(input: &str) -> Result<XPathExpr, XPathError>Parse an XPath expression string into an AST.
Returns XPathError::Invalid if the expression syntax is invalid.