Skip to main content

parse_with_mode

Function parse_with_mode 

Source
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).