| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.slurpersupport.NodeIterator
public abstract class NodeIterator extends Object
Helper class for iterating through nodes.
| Constructor Summary | |
            NodeIterator(Iterator iter)
             | 
        |
| Method Summary | |
|---|---|
            protected Object
         | 
        
            getNextNode(Iterator iter)
             | 
        
            boolean
         | 
        
            hasNext()
             | 
        
            Object
         | 
        
            next()
             | 
        
            void
         | 
        
            remove()
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public NodeIterator(Iterator iter)
| Method Detail | 
|---|
protected Object getNextNode(Iterator iter)
public boolean hasNext()
public Object next()
public void remove()
Copyright © 2003-2010 The Codehaus. All rights reserved.