Scheduler
|
#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 |
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 1948 of file tinyxml2.h.
|
inline |
Definition at line 1951 of file tinyxml2.h.
|
inline |
Definition at line 1954 of file tinyxml2.h.
|
inline |
Definition at line 1957 of file tinyxml2.h.
|
inline |
Definition at line 1966 of file tinyxml2.h.
|
inline |
Definition at line 1969 of file tinyxml2.h.
|
inline |
Definition at line 1972 of file tinyxml2.h.
|
inline |
Definition at line 1975 of file tinyxml2.h.
|
inline |
Definition at line 1984 of file tinyxml2.h.
|
inline |
Definition at line 1987 of file tinyxml2.h.
|
inline |
Definition at line 1961 of file tinyxml2.h.
|
inline |
Definition at line 1978 of file tinyxml2.h.
|
inline |
Definition at line 1981 of file tinyxml2.h.
|
inline |
Definition at line 2004 of file tinyxml2.h.
|
inline |
Definition at line 1995 of file tinyxml2.h.
|
inline |
Definition at line 1992 of file tinyxml2.h.
|
inline |
Definition at line 1998 of file tinyxml2.h.
|
inline |
Definition at line 2001 of file tinyxml2.h.