#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 2137 of file tinyxml2.h.
|
inlineexplicit |
Definition at line 2140 of file tinyxml2.h.
|
inlineexplicit |
Definition at line 2142 of file tinyxml2.h.
|
inline |
Definition at line 2144 of file tinyxml2.h.
|
inline |
Definition at line 2152 of file tinyxml2.h.
|
inline |
Definition at line 2155 of file tinyxml2.h.
|
inline |
Definition at line 2158 of file tinyxml2.h.
|
inline |
Definition at line 2161 of file tinyxml2.h.
|
inline |
Definition at line 2170 of file tinyxml2.h.
|
inline |
Definition at line 2173 of file tinyxml2.h.
|
inline |
Definition at line 2147 of file tinyxml2.h.
|
inline |
Definition at line 2164 of file tinyxml2.h.
|
inline |
Definition at line 2167 of file tinyxml2.h.
|
inline |
Definition at line 2190 of file tinyxml2.h.
|
inline |
Definition at line 2181 of file tinyxml2.h.
|
inline |
Definition at line 2178 of file tinyxml2.h.
|
inline |
Definition at line 2184 of file tinyxml2.h.
|
inline |
Definition at line 2187 of file tinyxml2.h.
|
private |
Definition at line 2195 of file tinyxml2.h.