#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 XMLNode *node) | |
XMLConstHandle (const XMLNode &node) | |
XMLConstHandle (const XMLConstHandle &ref) | |
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 2071 of file tinyxml2.h.
|
inlineexplicit |
Definition at line 2074 of file tinyxml2.h.
|
inlineexplicit |
Definition at line 2076 of file tinyxml2.h.
|
inline |
Definition at line 2078 of file tinyxml2.h.
|
inline |
Definition at line 2086 of file tinyxml2.h.
|
inline |
Definition at line 2089 of file tinyxml2.h.
|
inline |
Definition at line 2092 of file tinyxml2.h.
|
inline |
Definition at line 2095 of file tinyxml2.h.
|
inline |
Definition at line 2104 of file tinyxml2.h.
|
inline |
Definition at line 2107 of file tinyxml2.h.
|
inline |
Definition at line 2081 of file tinyxml2.h.
|
inline |
Definition at line 2098 of file tinyxml2.h.
|
inline |
Definition at line 2101 of file tinyxml2.h.
|
inline |
Definition at line 2124 of file tinyxml2.h.
|
inline |
Definition at line 2115 of file tinyxml2.h.
|
inline |
Definition at line 2112 of file tinyxml2.h.
|
inline |
Definition at line 2118 of file tinyxml2.h.
|
inline |
Definition at line 2121 of file tinyxml2.h.
|
private |
Definition at line 2129 of file tinyxml2.h.