Bridge++
Ver. 1.3.x
|
#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 1900 of file tinyxml2.h.
|
inline |
Definition at line 1903 of file tinyxml2.h.
|
inline |
Definition at line 1906 of file tinyxml2.h.
|
inline |
Definition at line 1909 of file tinyxml2.h.
|
inline |
Definition at line 1918 of file tinyxml2.h.
|
inline |
Definition at line 1921 of file tinyxml2.h.
|
inline |
Definition at line 1924 of file tinyxml2.h.
|
inline |
Definition at line 1927 of file tinyxml2.h.
|
inline |
Definition at line 1936 of file tinyxml2.h.
|
inline |
Definition at line 1939 of file tinyxml2.h.
|
inline |
Definition at line 1913 of file tinyxml2.h.
|
inline |
Definition at line 1930 of file tinyxml2.h.
|
inline |
Definition at line 1933 of file tinyxml2.h.
|
inline |
Definition at line 1956 of file tinyxml2.h.
|
inline |
Definition at line 1947 of file tinyxml2.h.
|
inline |
Definition at line 1944 of file tinyxml2.h.
|
inline |
Definition at line 1950 of file tinyxml2.h.
|
inline |
Definition at line 1953 of file tinyxml2.h.
|
private |
Definition at line 1961 of file tinyxml2.h.