Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate<T: AsRef<str>>(
    document: &XmlDocument,
    xpath_expr: T,
) -> Result<XPathResult>
Expand description

Evaluates an XPath expression on a document.

This is the main XPath evaluation entry point, compatible with libxml’s API.