Package groovy.xml.slurpersupport
Class NodeIterator
- java.lang.Object
- 
- groovy.xml.slurpersupport.NodeIterator
 
- 
- 
Constructor SummaryConstructors Constructor Description NodeIterator(Iterator iter)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ObjectgetNextNode(Iterator iter)booleanhasNext()Objectnext()voidremove()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
- 
- 
- 
Constructor Detail- 
NodeIteratorpublic NodeIterator(Iterator iter) 
 
- 
 
-