33 #include "xpath_object.h"
41 class XPathEvaluator_Impl;
71 std::shared_ptr<XPathEvaluator_Impl> impl;
XPath result object.
Definition: xpath_object.h:46
XPathObject evaluate(const std::string &expression, const DomNode &context_node) const
Evaluate.
XPath evaluator.
Definition: xpath_evaluator.h:45
DOM Node class.
Definition: dom_node.h:71