pub fn eval(ctx: &mut XPathContext, expr: &Expr) -> Result<XPathValue, String>Expand description
Evaluate an XPath expression in the given context.
pub fn eval(ctx: &mut XPathContext, expr: &Expr) -> Result<XPathValue, String>Evaluate an XPath expression in the given context.