public class DepthFirstPreOrderIterator extends Object implements Iterator<com.google.gwt.dom.client.Node>
| Constructor and Description |
|---|
DepthFirstPreOrderIterator(com.google.gwt.dom.client.Node startNode)
Creates an iterator for the subtree rooted in startNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
com.google.gwt.dom.client.Node |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic DepthFirstPreOrderIterator(com.google.gwt.dom.client.Node startNode)
startNode - root of the subtree to iterate through.Copyright © 2004–2016 XWiki. All rights reserved.