Skip to main content

eval_xpath

Function eval_xpath 

Source
pub fn eval_xpath(
    ctx: &mut XPathContext,
    expression: &str,
) -> Result<XPathValue, String>
Expand description

Evaluate an XPath expression string against a document.

This is the main entry point for XPath evaluation.