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() |
protected boolean |
isAccepted(DomNode node)
Indicates if the node is accepted.
|
T |
next() |
T |
nextNode() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2002–2022 Gargoyle Software Inc.. All rights reserved.