Package com.helger.xml
Class NamedNodeMapIterator
- java.lang.Object
-
- com.helger.xml.NamedNodeMapIterator
-
- All Implemented Interfaces:
com.helger.commons.collection.impl.ICommonsIterable<Node>,com.helger.commons.collection.iterate.IIterableIterator<Node>,Iterable<Node>,Iterator<Node>
public class NamedNodeMapIterator extends Object implements com.helger.commons.collection.iterate.IIterableIterator<Node>
- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description NamedNodeMapIterator(NamedNodeMap aNL)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NamedNodeMapIteratorcreateAttributeIterator(Element aElement)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
-
-
-
-
Constructor Detail
-
NamedNodeMapIterator
public NamedNodeMapIterator(@Nullable NamedNodeMap aNL)
-
-
Method Detail
-
createAttributeIterator
@Nonnull @ReturnsMutableCopy public static NamedNodeMapIterator createAttributeIterator(@Nullable Element aElement)
-
-