antioch-0.4.0
|
#include <tinyxml2.h>
Public Member Functions | |
XMLConstHandle (const XMLNode *_node) | |
XMLConstHandle (const XMLNode &_node) | |
XMLConstHandle (const XMLConstHandle &ref) | |
XMLConstHandle & | operator= (const XMLConstHandle &ref) |
const XMLConstHandle | FirstChild () const |
const XMLConstHandle | FirstChildElement (const char *value=0) const |
const XMLConstHandle | LastChild () const |
const XMLConstHandle | LastChildElement (const char *_value=0) const |
const XMLConstHandle | PreviousSibling () const |
const XMLConstHandle | PreviousSiblingElement (const char *_value=0) const |
const XMLConstHandle | NextSibling () const |
const XMLConstHandle | NextSiblingElement (const char *_value=0) const |
const XMLNode * | ToNode () const |
const XMLElement * | ToElement () const |
const XMLText * | ToText () const |
const XMLUnknown * | ToUnknown () const |
const XMLDeclaration * | ToDeclaration () const |
Private Attributes | |
const XMLNode * | node |
A variant of the XMLHandle class for working with const XMLNodes and Documents. It is the same in all regards, except for the 'const' qualifiers. See XMLHandle for API.
Definition at line 1335 of file tinyxml2.h.
|
inline |
Definition at line 1338 of file tinyxml2.h.
References node.
Referenced by FirstChild(), FirstChildElement(), LastChild(), LastChildElement(), NextSibling(), NextSiblingElement(), PreviousSibling(), and PreviousSiblingElement().
|
inline |
|
inline |
|
inline |
Definition at line 1344 of file tinyxml2.h.
References tinyxml2::XMLNode::FirstChild(), node, and XMLConstHandle().
|
inline |
Definition at line 1345 of file tinyxml2.h.
References tinyxml2::XMLNode::FirstChildElement(), node, and XMLConstHandle().
|
inline |
Definition at line 1346 of file tinyxml2.h.
References tinyxml2::XMLNode::LastChild(), node, and XMLConstHandle().
|
inline |
Definition at line 1347 of file tinyxml2.h.
References tinyxml2::XMLNode::LastChildElement(), node, and XMLConstHandle().
|
inline |
Definition at line 1350 of file tinyxml2.h.
References tinyxml2::XMLNode::NextSibling(), node, and XMLConstHandle().
|
inline |
Definition at line 1351 of file tinyxml2.h.
References tinyxml2::XMLNode::NextSiblingElement(), node, and XMLConstHandle().
|
inline |
|
inline |
Definition at line 1348 of file tinyxml2.h.
References node, tinyxml2::XMLNode::PreviousSibling(), and XMLConstHandle().
|
inline |
Definition at line 1349 of file tinyxml2.h.
References node, tinyxml2::XMLNode::PreviousSiblingElement(), and XMLConstHandle().
|
inline |
Definition at line 1358 of file tinyxml2.h.
References node, and tinyxml2::XMLNode::ToDeclaration().
|
inline |
Definition at line 1355 of file tinyxml2.h.
References node, and tinyxml2::XMLNode::ToElement().
|
inline |
|
inline |
Definition at line 1356 of file tinyxml2.h.
References node, and tinyxml2::XMLNode::ToText().
|
inline |
Definition at line 1357 of file tinyxml2.h.
References node, and tinyxml2::XMLNode::ToUnknown().
|
private |
Definition at line 1361 of file tinyxml2.h.
Referenced by FirstChild(), FirstChildElement(), LastChild(), LastChildElement(), NextSibling(), NextSiblingElement(), operator=(), PreviousSibling(), PreviousSiblingElement(), ToDeclaration(), ToElement(), ToNode(), ToText(), ToUnknown(), and XMLConstHandle().