Module libxml::xpath

source ·
Expand description

XPath module for global lookup in the DOM The XPath functionality

Structs

  • An XPath context
  • Essentially, the result of the evaluation of some xpath expression

Functions

  • Calls the binding to http://xmlsoft.org/html/libxml-xpath.html#xmlXPathCompile and return true if a non-null pointer is returned. The idea is to use this to validate an xpath independent of context. Tests describing what this validates in tests/xpath_tests.rs