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