MyGUI  3.2.0
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 124 of file MyGUI_XmlDocument.h.


Member Function Documentation

Definition at line 146 of file MyGUI_XmlDocument.cpp.

Deprecated:
"use : ElementPtr ElementEnumerator::current()"

Definition at line 152 of file MyGUI_XmlDocument.h.

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.

Deprecated:
"use : bool ElementEnumerator::next()"

Definition at line 142 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 147 of file MyGUI_XmlDocument.h.

ElementPtr MyGUI::xml::ElementEnumerator::operator-> ( ) const

Definition at line 140 of file MyGUI_XmlDocument.cpp.


Friends And Related Function Documentation

friend class Element [friend]

Definition at line 126 of file MyGUI_XmlDocument.h.


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