Function xrust::xpath::parse[][src]

pub fn parse(e: &str) -> Result<Vec<Constructor<'_>>, Error>
Expand description

Parse an XPath expression. The result is a Sequence constructor.