Package com.helger.xml
Class RecursiveChildNodeIterator
- java.lang.Object
-
- com.helger.xml.RecursiveChildNodeIterator
-
- All Implemented Interfaces:
com.helger.commons.collection.impl.ICommonsIterable<Node>,com.helger.commons.collection.iterate.IIterableIterator<Node>,Iterable<Node>,Iterator<Node>
public class RecursiveChildNodeIterator extends Object implements com.helger.commons.collection.iterate.IIterableIterator<Node>
Iterate all children of the start node, but NOT the start node itself.- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description RecursiveChildNodeIterator(Node aParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Nodenext()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.commons.collection.impl.ICommonsIterable
containsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstIndex, findFirstMapped, findFirstMapped, findLastIndex, forEach, forEachBreakable, forEachByIndex, getCount, getCount
-
Methods inherited from interface com.helger.commons.collection.iterate.IIterableIterator
iterator, withFilter, withMapper
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-