#include <tinyxml2.h>
Public Member Functions | |
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 | NextSibling () const |
const XMLConstHandle | NextSiblingElement (const char *_value=0) const |
XMLConstHandle & | operator= (const XMLConstHandle &ref) |
const XMLConstHandle | PreviousSibling () const |
const XMLConstHandle | PreviousSiblingElement (const char *_value=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 1697 of file tinyxml2.h.
tinyxml2::XMLConstHandle::XMLConstHandle | ( | const XMLNode * | node | ) | [inline] |
Definition at line 1700 of file tinyxml2.h.
tinyxml2::XMLConstHandle::XMLConstHandle | ( | const XMLNode & | node | ) | [inline] |
Definition at line 1703 of file tinyxml2.h.
tinyxml2::XMLConstHandle::XMLConstHandle | ( | const XMLConstHandle & | ref | ) | [inline] |
Definition at line 1706 of file tinyxml2.h.
const XMLConstHandle tinyxml2::XMLConstHandle::FirstChild | ( | ) | const [inline] |
Definition at line 1715 of file tinyxml2.h.
const XMLConstHandle tinyxml2::XMLConstHandle::FirstChildElement | ( | const char * | value = 0 | ) | const [inline] |
Definition at line 1718 of file tinyxml2.h.
const XMLConstHandle tinyxml2::XMLConstHandle::LastChild | ( | ) | const [inline] |
Definition at line 1721 of file tinyxml2.h.
const XMLConstHandle tinyxml2::XMLConstHandle::LastChildElement | ( | const char * | _value = 0 | ) | const [inline] |
Definition at line 1724 of file tinyxml2.h.
const XMLConstHandle tinyxml2::XMLConstHandle::NextSibling | ( | ) | const [inline] |
Definition at line 1733 of file tinyxml2.h.
const XMLConstHandle tinyxml2::XMLConstHandle::NextSiblingElement | ( | const char * | _value = 0 | ) | const [inline] |
Definition at line 1736 of file tinyxml2.h.
XMLConstHandle& tinyxml2::XMLConstHandle::operator= | ( | const XMLConstHandle & | ref | ) | [inline] |
Definition at line 1710 of file tinyxml2.h.
const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSibling | ( | ) | const [inline] |
Definition at line 1727 of file tinyxml2.h.
const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSiblingElement | ( | const char * | _value = 0 | ) | const [inline] |
Definition at line 1730 of file tinyxml2.h.
const XMLDeclaration* tinyxml2::XMLConstHandle::ToDeclaration | ( | ) | const [inline] |
Definition at line 1753 of file tinyxml2.h.
const XMLElement* tinyxml2::XMLConstHandle::ToElement | ( | ) | const [inline] |
Definition at line 1744 of file tinyxml2.h.
const XMLNode* tinyxml2::XMLConstHandle::ToNode | ( | ) | const [inline] |
Definition at line 1741 of file tinyxml2.h.
const XMLText* tinyxml2::XMLConstHandle::ToText | ( | ) | const [inline] |
Definition at line 1747 of file tinyxml2.h.
const XMLUnknown* tinyxml2::XMLConstHandle::ToUnknown | ( | ) | const [inline] |
Definition at line 1750 of file tinyxml2.h.
const XMLNode* tinyxml2::XMLConstHandle::_node [private] |
Definition at line 1758 of file tinyxml2.h.