Package groovy.util.slurpersupport
Class NodeIterator
java.lang.Object
groovy.util.slurpersupport.NodeIterator
- All Implemented Interfaces:
- java.util.Iterator
@Deprecated
public abstract class NodeIterator
extends java.lang.Object
implements java.util.Iterator
Deprecated.
Helper class for iterating through nodes.
- 
Constructor SummaryConstructors Constructor Description NodeIterator(java.util.Iterator iter)Deprecated.
- 
Method SummaryModifier and Type Method Description protected abstract java.lang.ObjectgetNextNode(java.util.Iterator iter)Deprecated.booleanhasNext()Deprecated.java.lang.Objectnext()Deprecated.voidremove()Deprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details- 
NodeIteratorpublic NodeIterator(java.util.Iterator iter)Deprecated.
 
- 
- 
Method Details- 
hasNextpublic boolean hasNext()Deprecated.- Specified by:
- hasNextin interface- java.util.Iterator
 
- 
nextpublic java.lang.Object next()Deprecated.- Specified by:
- nextin interface- java.util.Iterator
 
- 
removepublic void remove()Deprecated.- Specified by:
- removein interface- java.util.Iterator
 
- 
getNextNodeprotected abstract java.lang.Object getNextNode(java.util.Iterator iter)Deprecated.
 
-