SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project
Interface NodeIterator

All Known Implementing Classes:
NodeListIterator, LabelVersionIterator

public interface NodeIterator

Allows a simple means of iterating through the contents from a NodeList. Obtained by calling getIterator() on NodeList.


Method Summary
 Node getNextNode()
          returns the next Node in the iterator.
 boolean hasMoreNodes()
          Returns true if the iterator has more Nodes.
 

Method Detail

hasMoreNodes

public boolean hasMoreNodes()
Returns true if the iterator has more Nodes.

getNextNode

public Node getNextNode()
returns the next Node in the iterator.

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan