|
ui-gxmlcpp
1.4.4
|
XPath context holder class. More...
#include <XPathContext.hpp>


Public Types | |
| enum | ErrorCode { Create_ } |
| Error codes for exceptions. | |
| typedef CodeException< ErrorCode > | Exception |
| Exceptions for this class. | |
Public Member Functions | |
| XPathContext (xmlDoc *doc, xmlNode *node=0) | |
| Constructor libxml2 doc. | |
| XPathContext (Tree const &tree, xmlNode *node=0) | |
| Constructor from Tree. | |
| void | registerNamespace (std::string const &prefix, std::string const &uri) |
| Register a new namespace prefix for this context. | |
Friends | |
| class | Tree |
| class | XPathObject |
| class | XMLTree |
| class | XMLDump |
| class | XMLNodeSet |
XPath context holder class.
1.8.13