pub fn evaluate_str(
expr_str: &str,
context: &mut XPathContext,
) -> Option<XPathValue>Expand description
Parse and evaluate in one step.
pub fn evaluate_str(
expr_str: &str,
context: &mut XPathContext,
) -> Option<XPathValue>Parse and evaluate in one step.