XML node pointer array iterator. More...
#include <ilog/xml.h>
Public Member Functions | |
virtual IlXmlNodeI * | getNextNode () |
Gets the next iterated XML node. More... | |
virtual IlBoolean | hasMoreNodes () const |
Queries the state of the iterator. More... | |
XML node pointer array iterator.
Library: ilog
XML node pointer array iterator.
|
virtual |
|
virtual |
Queries the state of the iterator.
IlTrue
if there are no more elements, and IlFalse
otherwise. Implements IlXmlNodeIteratorI.