muMECH
1.0
|
A variant of the XMLHandle class for working with const XMLNodes and Documents. More...
#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 1787 of file tinyxml2.h.
|
inline |
Definition at line 1790 of file tinyxml2.h.
|
inline |
Definition at line 1793 of file tinyxml2.h.
|
inline |
Definition at line 1796 of file tinyxml2.h.
References _node.
|
inline |
Definition at line 1805 of file tinyxml2.h.
|
inline |
Definition at line 1808 of file tinyxml2.h.
|
inline |
Definition at line 1811 of file tinyxml2.h.
|
inline |
Definition at line 1814 of file tinyxml2.h.
|
inline |
Definition at line 1823 of file tinyxml2.h.
|
inline |
Definition at line 1826 of file tinyxml2.h.
|
inline |
Definition at line 1800 of file tinyxml2.h.
References _node.
|
inline |
Definition at line 1817 of file tinyxml2.h.
|
inline |
Definition at line 1820 of file tinyxml2.h.
|
inline |
Definition at line 1843 of file tinyxml2.h.
|
inline |
Definition at line 1834 of file tinyxml2.h.
|
inline |
Definition at line 1831 of file tinyxml2.h.
|
inline |
Definition at line 1837 of file tinyxml2.h.
|
inline |
Definition at line 1840 of file tinyxml2.h.
|
private |
Definition at line 1848 of file tinyxml2.h.
Referenced by operator=(), and XMLConstHandle().