Package com.helger.xml
Class NodeListIterator
java.lang.Object
com.helger.xml.NodeListIterator
- All Implemented Interfaces:
com.helger.commons.collection.impl.ICommonsIterable<Node>,com.helger.commons.collection.iterate.IIterableIterator<Node>,Iterable<Node>,Iterator<Node>
public class NodeListIterator
extends Object
implements com.helger.commons.collection.iterate.IIterableIterator<Node>
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeListIteratorcreateChildNodeIterator(Node aNode) booleanhasNext()next()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.commons.collection.impl.ICommonsIterable
containsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstIndex, findFirstMapped, findFirstMapped, findLastIndex, forEachBreakable, forEachByIndex, forEachThrowing, getCount, getCountMethods inherited from interface com.helger.commons.collection.iterate.IIterableIterator
iterator, withFilter, withMapperMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
NodeListIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
toString
-
createChildNodeIterator
@Nonnull @ReturnsMutableCopy public static NodeListIterator createChildNodeIterator(@Nullable Node aNode)
-