MyGUI
3.0.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 116 of file MyGUI_XmlDocument.h.
ElementPtr MyGUI::xml::ElementEnumerator::current | ( | ) | [inline] |
Definition at line 128 of file MyGUI_XmlDocument.h.
ElementPtr MyGUI::xml::ElementEnumerator::currentNode | ( | ) | [inline] |
Definition at line 138 of file MyGUI_XmlDocument.h.
bool MyGUI::xml::ElementEnumerator::next | ( | ) |
Definition at line 116 of file MyGUI_XmlDocument.cpp.
bool MyGUI::xml::ElementEnumerator::next | ( | const std::string & | _name | ) |
Definition at line 129 of file MyGUI_XmlDocument.cpp.
bool MyGUI::xml::ElementEnumerator::nextNode | ( | ) | [inline] |
Definition at line 134 of file MyGUI_XmlDocument.h.
bool MyGUI::xml::ElementEnumerator::nextNode | ( | const std::string & | _name | ) | [inline] |
Definition at line 136 of file MyGUI_XmlDocument.h.
ElementPtr MyGUI::xml::ElementEnumerator::operator-> | ( | ) | const [inline] |
Definition at line 127 of file MyGUI_XmlDocument.h.
friend class Element [friend] |
Definition at line 118 of file MyGUI_XmlDocument.h.