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