Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Interface for XML node iterators. More...
#include <ilog/xml.h>
Public Member Functions | |
virtual IlXmlNodeI * | getNextNode ()=0 |
Gets the next iterated XML node. More... | |
virtual IlBoolean | hasMoreNodes () const =0 |
Queries the state of the iterator. More... | |
Interface for XML node iterators.
Library: ilog
This interface defines the interface for XML node iterators.
|
pure virtual |
Gets the next iterated XML node.
Implemented in IlXmlNodePtrArrayIterator, IlXmlNodeArrayIterator, IlXmlNodeListIterator, and IlXmlNodeIterator.
|
pure virtual |
Queries the state of the iterator.
IlTrue
if there are no more elements, and IlFalse
otherwise. Implemented in IlXmlNodePtrArrayIterator, IlXmlNodeArrayIterator, IlXmlNodeListIterator, and IlXmlNodeIterator.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.