|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.gwt.dom.client.DepthFirstPreOrderIterator
public class DepthFirstPreOrderIterator
Iterator for the depth-first pre-order strategy, starting in a specified node.
http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-Document| Constructor Summary | |
|---|---|
DepthFirstPreOrderIterator(com.google.gwt.dom.client.Node startNode)
Creates an iterator for the subtree rooted in startNode. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
com.google.gwt.dom.client.Node |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DepthFirstPreOrderIterator(com.google.gwt.dom.client.Node startNode)
startNode - root of the subtree to iterate through.| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<com.google.gwt.dom.client.Node>public com.google.gwt.dom.client.Node next()
next in interface java.util.Iterator<com.google.gwt.dom.client.Node>public void remove()
remove in interface java.util.Iterator<com.google.gwt.dom.client.Node>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||