Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlXmlNodeArrayIterator Class Reference

XML node array iterator. More...

#include <ilog/xml.h>

Inheritance diagram for IlXmlNodeArrayIterator:
IlXmlNodeIteratorI

Public Member Functions

virtual IlXmlNodeIgetNextNode ()
 Gets the next iterated XML node. More...
 
virtual IlBoolean hasMoreNodes () const
 Queries the state of the iterator. More...
 

Detailed Description

XML node array iterator.

Library: ilog

XML node array iterator.

Member Function Documentation

◆ getNextNode()

virtual IlXmlNodeI* IlXmlNodeArrayIterator::getNextNode ( )
virtual

Gets the next iterated XML node.

Returns
The next iterated XML node.

Implements IlXmlNodeIteratorI.

◆ hasMoreNodes()

virtual IlBoolean IlXmlNodeArrayIterator::hasMoreNodes ( ) const
virtual

Queries the state of the iterator.

Returns
IlTrue if there are no more elements, and IlFalse otherwise.

Implements IlXmlNodeIteratorI.