sxd_xpath::parser
pub struct Parser;
impl Parser
fn new() -> Parser
fn parse<I>(&self, source: I) -> ParseResult where I: Iterator<Item=TokenResult>