#include <KEYXMLReader.h>
Public Member Functions | |
| MixedIterator (const KEYXMLReader &reader) | |
| bool | next () |
| bool | isElement () const |
| bool | isText () const |
| const char * | getName () const |
| const char * | getNamespace () const |
| const char * | getText () const |
| bool | isEmpty () const |
| int | getToken (const char *token) const |
| const NodeIterator & | getNodeIterator () const |
Private Attributes | |
| NodeIterator | m_iterator |
| libetonyek::KEYXMLReader::MixedIterator::MixedIterator | ( | const KEYXMLReader & | reader | ) | [explicit] |
| const char * libetonyek::KEYXMLReader::MixedIterator::getName | ( | ) | const |
| const char * libetonyek::KEYXMLReader::MixedIterator::getNamespace | ( | ) | const |
| const KEYXMLReader::NodeIterator & libetonyek::KEYXMLReader::MixedIterator::getNodeIterator | ( | ) | const |
| const char * libetonyek::KEYXMLReader::MixedIterator::getText | ( | ) | const |
| int libetonyek::KEYXMLReader::MixedIterator::getToken | ( | const char * | token | ) | const |
| bool libetonyek::KEYXMLReader::MixedIterator::isElement | ( | ) | const |
| bool libetonyek::KEYXMLReader::MixedIterator::isEmpty | ( | ) | const |
| bool libetonyek::KEYXMLReader::MixedIterator::isText | ( | ) | const |