parse_expression

Function parse_expression 

Source
pub(crate) fn parse_expression(
    expression: &str,
    resolver: Option<Rc<XPathNSResolver<DomTypeHolder>>>,
    is_in_html_document: bool,
) -> Fallible<Expression>