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.
pub fn evaluate<T: AsRef<str>>(
document: &XmlDocument,
xpath_expr: T,
) -> Result<XPathResult>Evaluates an XPath expression on a document.
This is the main XPath evaluation entry point, compatible with libxml’s API.