MyGUI 3.0.1
Public Member Functions | Friends
MyGUI::xml::ElementEnumerator Class Reference

#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

Detailed Description

Definition at line 116 of file MyGUI_XmlDocument.h.


Member Function Documentation

ElementPtr MyGUI::xml::ElementEnumerator::current ( ) [inline]

Definition at line 128 of file MyGUI_XmlDocument.h.

ElementPtr MyGUI::xml::ElementEnumerator::currentNode ( ) [inline]
Deprecated:
"use : ElementPtr ElementEnumerator::current()"

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]
Deprecated:
"use : bool ElementEnumerator::next()"

Definition at line 134 of file MyGUI_XmlDocument.h.

bool MyGUI::xml::ElementEnumerator::nextNode ( const std::string &  _name) [inline]
Deprecated:
"use : bool ElementEnumerator::next(const std::string& _name)"

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.


Friends And Related Function Documentation

friend class Element [friend]

Definition at line 118 of file MyGUI_XmlDocument.h.


The documentation for this class was generated from the following files: