Skip to main content

parse_expr

Function parse_expr 

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

Parse an XPath expression and return just the root node ID.

This is a convenience function when you only need the arena and root.