Skip to main content

parse_expr_with_mode

Function parse_expr_with_mode 

Source
pub fn parse_expr_with_mode(
    input: &str,
    mode: XPathMode,
    arena: &mut AstArena,
) -> Result<AstNodeId, ParseError>
Expand description

Parse an XPath expression with a specific mode and return just the root node ID.