pub fn parse_with_mode(
input: &str,
mode: XPathMode,
) -> Result<ParsedXPath, ParseError>Expand description
Parse an XPath expression with a specific mode (XPath 1.0 or 2.0).
pub fn parse_with_mode(
input: &str,
mode: XPathMode,
) -> Result<ParsedXPath, ParseError>Parse an XPath expression with a specific mode (XPath 1.0 or 2.0).