public class ChildElementIterator extends Object implements IIterableIterator<Element>
| Constructor and Description |
|---|
ChildElementIterator(Node aStartNode) |
ChildElementIterator(Node aStartNode,
IFilter<Element> aCustomFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<Element> |
iterator() |
Element |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorforEachRemaining@Nonnull public final Element next()
IIterableIterator@UnsupportedOperation public final void remove()
Copyright © 2014 Philip Helger. All rights reserved.