|
MyGUI
3.2.0
|
#include <MyGUI_XmlDocument.h>
Public Member Functions | |
| bool | next () |
| bool | next (const std::string &_name) |
| ElementPtr | operator-> () const |
| ElementPtr | current () |
| bool | nextNode () |
| bool | nextNode (const std::string &_name) |
| ElementPtr | currentNode () |
Friends | |
| class | Element |
Definition at line 124 of file MyGUI_XmlDocument.h.
Definition at line 146 of file MyGUI_XmlDocument.cpp.
| ElementPtr MyGUI::xml::ElementEnumerator::currentNode | ( | ) | [inline] |
Definition at line 152 of file MyGUI_XmlDocument.h.
| bool MyGUI::xml::ElementEnumerator::next | ( | ) |
Definition at line 115 of file MyGUI_XmlDocument.cpp.
| bool MyGUI::xml::ElementEnumerator::next | ( | const std::string & | _name | ) |
Definition at line 130 of file MyGUI_XmlDocument.cpp.
| bool MyGUI::xml::ElementEnumerator::nextNode | ( | ) | [inline] |
Definition at line 142 of file MyGUI_XmlDocument.h.
| bool MyGUI::xml::ElementEnumerator::nextNode | ( | const std::string & | _name | ) | [inline] |
Definition at line 147 of file MyGUI_XmlDocument.h.
| ElementPtr MyGUI::xml::ElementEnumerator::operator-> | ( | ) | const |
Definition at line 140 of file MyGUI_XmlDocument.cpp.
friend class Element [friend] |
Definition at line 126 of file MyGUI_XmlDocument.h.
1.7.6.1