T - the type of nodes over which to iterateprotected class DomNode.DescendantElementsIterator<T extends DomNode> extends Object implements Iterator<T>
| Constructor and Description |
|---|
DescendantElementsIterator(Class<T> type)
Creates a new instance which iterates over the specified node type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
T |
nextNode() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic T nextNode()
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.