#include <tinyxml2.h>
Public Member Functions | |
const XMLConstHandle | FirstChild () const |
const XMLConstHandle | FirstChildElement (const char *name=0) const |
const XMLConstHandle | LastChild () const |
const XMLConstHandle | LastChildElement (const char *name=0) const |
const XMLConstHandle | NextSibling () const |
const XMLConstHandle | NextSiblingElement (const char *name=0) const |
XMLConstHandle & | operator= (const XMLConstHandle &ref) |
const XMLConstHandle | PreviousSibling () const |
const XMLConstHandle | PreviousSiblingElement (const char *name=0) const |
const XMLDeclaration * | ToDeclaration () const |
const XMLElement * | ToElement () const |
const XMLNode * | ToNode () const |
const XMLText * | ToText () const |
const XMLUnknown * | ToUnknown () const |
XMLConstHandle (const XMLConstHandle &ref) | |
XMLConstHandle (const XMLNode &node) | |
XMLConstHandle (const XMLNode *node) | |
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 2142 of file tinyxml2.h.
|
inlineexplicit |
Definition at line 2145 of file tinyxml2.h.
|
inlineexplicit |
Definition at line 2149 of file tinyxml2.h.
|
inline |
Definition at line 2153 of file tinyxml2.h.
|
inline |
Definition at line 2164 of file tinyxml2.h.
|
inline |
Definition at line 2168 of file tinyxml2.h.
|
inline |
Definition at line 2172 of file tinyxml2.h.
|
inline |
Definition at line 2173 of file tinyxml2.h.
|
inline |
Definition at line 2185 of file tinyxml2.h.
|
inline |
Definition at line 2189 of file tinyxml2.h.
|
inline |
Definition at line 2158 of file tinyxml2.h.
|
inline |
Definition at line 2177 of file tinyxml2.h.
|
inline |
Definition at line 2181 of file tinyxml2.h.
|
inline |
Definition at line 2199 of file tinyxml2.h.
|
inline |
Definition at line 2196 of file tinyxml2.h.
|
inline |
Definition at line 2195 of file tinyxml2.h.
|
inline |
Definition at line 2197 of file tinyxml2.h.
|
inline |
Definition at line 2198 of file tinyxml2.h.
|
private |
Definition at line 2202 of file tinyxml2.h.