Xml Scol plugin
|
#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 |
Detailed Description
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 1680 of file tinyxml2.h.
Constructor & Destructor Documentation
◆ XMLConstHandle() [1/3]
Definition at line 1683 of file tinyxml2.h.
◆ XMLConstHandle() [2/3]
Definition at line 1686 of file tinyxml2.h.
◆ XMLConstHandle() [3/3]
|
inline |
Definition at line 1689 of file tinyxml2.h.
Member Function Documentation
◆ FirstChild()
|
inline |
Definition at line 1698 of file tinyxml2.h.
◆ FirstChildElement()
|
inline |
Definition at line 1701 of file tinyxml2.h.
◆ LastChild()
|
inline |
Definition at line 1704 of file tinyxml2.h.
◆ LastChildElement()
|
inline |
Definition at line 1707 of file tinyxml2.h.
◆ NextSibling()
|
inline |
Definition at line 1716 of file tinyxml2.h.
◆ NextSiblingElement()
|
inline |
Definition at line 1719 of file tinyxml2.h.
◆ operator=()
|
inline |
Definition at line 1693 of file tinyxml2.h.
◆ PreviousSibling()
|
inline |
Definition at line 1710 of file tinyxml2.h.
◆ PreviousSiblingElement()
|
inline |
Definition at line 1713 of file tinyxml2.h.
◆ ToDeclaration()
|
inline |
Definition at line 1736 of file tinyxml2.h.
◆ ToElement()
|
inline |
Definition at line 1727 of file tinyxml2.h.
◆ ToNode()
Definition at line 1724 of file tinyxml2.h.
◆ ToText()
Definition at line 1730 of file tinyxml2.h.
◆ ToUnknown()
|
inline |
Definition at line 1733 of file tinyxml2.h.
The documentation for this class was generated from the following file:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/sXml/include/tinyxml2.h
Generated by 1.9.8