XPathContext(xmlDoc *doc, xmlNode *node=0)
Constructor libxml2 doc.
Definition: XPathContext.cpp:45
ErrorCode
Error codes for exceptions.
Definition: XPathContext.hpp:50
XPath context holder class.
Definition: XPathContext.hpp:34
CodeException< ErrorCode > Exception
Exceptions for this class.
Definition: XPathContext.hpp:55
void registerNamespace(std::string const &prefix, std::string const &uri)
Register a new namespace prefix for this context.
Definition: XPathContext.cpp:60