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