|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.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-2013 The Codehaus. All rights reserved.