#include <MyGUI_XmlDocument.h>
Public Member Functions | |
bool | next () |
bool | next (const std::string &_name) |
ElementPtr | operator-> () const |
ElementPtr | current () |
__declspec (deprecated("use : bool ElementEnumerator::next()")) bool nextNode() | |
__declspec (deprecated("use : bool ElementEnumerator::next(const std::string& _name)")) bool nextNode(const std | |
__declspec (deprecated("use : ElementPtr ElementEnumerator::current()")) ElementPtr currentNode() | |
Friends | |
class | Element |
Definition at line 117 of file MyGUI_XmlDocument.h.
MyGUI::xml::ElementEnumerator::__declspec | ( | deprecated("use : ElementPtr ElementEnumerator::current()") | ) | [inline] |
Definition at line 138 of file MyGUI_XmlDocument.h.
MyGUI::xml::ElementEnumerator::__declspec | ( | deprecated("use : bool ElementEnumerator::next(const std::string& _name)") | ) | const [inline] |
Definition at line 136 of file MyGUI_XmlDocument.h.
MyGUI::xml::ElementEnumerator::__declspec | ( | deprecated("use : bool ElementEnumerator::next()") | ) | [inline] |
Definition at line 134 of file MyGUI_XmlDocument.h.
ElementPtr MyGUI::xml::ElementEnumerator::current | ( | ) | [inline] |
Definition at line 129 of file MyGUI_XmlDocument.h.
bool MyGUI::xml::ElementEnumerator::next | ( | const std::string & | _name | ) |
Definition at line 130 of file MyGUI_XmlDocument.cpp.
bool MyGUI::xml::ElementEnumerator::next | ( | ) |
Definition at line 117 of file MyGUI_XmlDocument.cpp.
ElementPtr MyGUI::xml::ElementEnumerator::operator-> | ( | ) | const [inline] |
Definition at line 128 of file MyGUI_XmlDocument.h.
friend class Element [friend] |
Definition at line 119 of file MyGUI_XmlDocument.h.