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.
|
public DepthFirstPreOrderIterator(com.google.gwt.dom.client.Node startNode)
startNode - root of the subtree to iterate through.Copyright © 2004–2015 XWiki. All rights reserved.