public class NamedNodeMapIterator extends Object implements com.helger.commons.collection.iterate.IIterableIterator<Node>
| Constructor and Description |
|---|
NamedNodeMapIterator(NamedNodeMap aNL) |
| Modifier and Type | Method and Description |
|---|---|
static NamedNodeMapIterator |
createAttributeIterator(Element aElement) |
boolean |
hasNext() |
Node |
next() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waititerator, withFilter, withMappercontainsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, forEach, forEachBreakableforEach, spliteratorforEachRemaining, removepublic NamedNodeMapIterator(@Nullable NamedNodeMap aNL)
@Nonnull @ReturnsMutableCopy public static NamedNodeMapIterator createAttributeIterator(@Nullable Element aElement)
Copyright © 2014–2016 Philip Helger. All rights reserved.