MyGUI
3.2.1
|
#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 114 of file MyGUI_XmlDocument.h.
Definition at line 131 of file MyGUI_XmlDocument.cpp.
ElementPtr MyGUI::xml::ElementEnumerator::currentNode | ( | ) | [inline] |
Definition at line 142 of file MyGUI_XmlDocument.h.
bool MyGUI::xml::ElementEnumerator::next | ( | ) |
Definition at line 100 of file MyGUI_XmlDocument.cpp.
bool MyGUI::xml::ElementEnumerator::next | ( | const std::string & | _name | ) |
Definition at line 115 of file MyGUI_XmlDocument.cpp.
bool MyGUI::xml::ElementEnumerator::nextNode | ( | ) | [inline] |
Definition at line 132 of file MyGUI_XmlDocument.h.
bool MyGUI::xml::ElementEnumerator::nextNode | ( | const std::string & | _name | ) | [inline] |
Definition at line 137 of file MyGUI_XmlDocument.h.
ElementPtr MyGUI::xml::ElementEnumerator::operator-> | ( | ) | const |
Definition at line 125 of file MyGUI_XmlDocument.cpp.
friend class Element [friend] |
Definition at line 116 of file MyGUI_XmlDocument.h.