public class RecursiveNodeIterator extends Object implements com.helger.commons.collection.iterate.IIterableIterator<Node>
| Constructor and Description |
|---|
RecursiveNodeIterator(Node aNode) |
| Modifier and Type | Method and Description |
|---|---|
static RecursiveNodeIterator |
createChildNodeIterator(Node aNode)
Create a
RecursiveNodeIterator that only iterates the child nodes
of the given node. |
boolean |
hasNext() |
Node |
next() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waititerator, withFilter, withMappercontainsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstIndex, findFirstMapped, findFirstMapped, findLastIndex, forEachBreakable, forEachByIndex, forEachThrowing, getCount, getCountforEach, spliteratorforEachRemaining, remove@Nonnull public static RecursiveNodeIterator createChildNodeIterator(@Nonnull Node aNode)
RecursiveNodeIterator that only iterates the child nodes
of the given node.aNode - The node to iterate the children from. May not be null.null.Copyright © 2014–2023 Philip Helger. All rights reserved.