NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#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 *name=0) const |
const XMLConstHandle | LastChild () const |
const XMLConstHandle | LastChildElement (const char *name=0) const |
const XMLConstHandle | PreviousSibling () const |
const XMLConstHandle | PreviousSiblingElement (const char *name=0) const |
const XMLConstHandle | NextSibling () const |
const XMLConstHandle | NextSiblingElement (const char *name=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 2133 of file tinyxml2.h.
|
inlineexplicit |
Definition at line 2136 of file tinyxml2.h.
|
inlineexplicit |
Definition at line 2138 of file tinyxml2.h.
|
inline |
Definition at line 2140 of file tinyxml2.h.
|
inline |
Definition at line 2148 of file tinyxml2.h.
|
inline |
Definition at line 2151 of file tinyxml2.h.
References name.
|
inline |
Definition at line 2154 of file tinyxml2.h.
|
inline |
Definition at line 2157 of file tinyxml2.h.
References name.
|
inline |
Definition at line 2166 of file tinyxml2.h.
|
inline |
Definition at line 2169 of file tinyxml2.h.
References name.
|
inline |
Definition at line 2143 of file tinyxml2.h.
References _node.
|
inline |
Definition at line 2160 of file tinyxml2.h.
|
inline |
Definition at line 2163 of file tinyxml2.h.
References name.
|
inline |
Definition at line 2186 of file tinyxml2.h.
|
inline |
Definition at line 2177 of file tinyxml2.h.
|
inline |
Definition at line 2174 of file tinyxml2.h.
|
inline |
Definition at line 2180 of file tinyxml2.h.
|
inline |
Definition at line 2183 of file tinyxml2.h.
|
private |
Definition at line 2191 of file tinyxml2.h.
Referenced by operator=().