rwlogo

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

List of all members | Public Member Functions
IlXmlNodeListIterator Class Reference

Interface for XML node list iterators. More...

#include <ilog/xml.h>

Inheritance diagram for IlXmlNodeListIterator:
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

Interface for XML node list iterators.

Library: ilog

This interface defines the interface for XML node list iterators.

Member Function Documentation

virtual IlXmlNodeI* IlXmlNodeListIterator::getNextNode ( )
virtual

Gets the next iterated XML node.

Returns
The next iterated XML node.

Implements IlXmlNodeIteratorI.

virtual IlBoolean IlXmlNodeListIterator::hasMoreNodes ( ) const
virtual

Queries the state of the iterator.

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

Implements IlXmlNodeIteratorI.


© Copyright 2014, 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.