public final class NodeListIterable extends Object implements ProtectedIterable<Node>
NodeListIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList.| Constructor and Description |
|---|
NodeListIterable(NodeList nodeList)
Creates a new
NodeListIterable. |
| Modifier and Type | Method and Description |
|---|---|
net.markenwerk.commons.iterators.NodeListIterator |
iterator()
Returns a
ProtectedIterator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic NodeListIterable(NodeList nodeList) throws IllegalArgumentException
NodeListIterable.nodeList - The NodeList to iterate over.IllegalArgumentException - If the given NodeList is null.public net.markenwerk.commons.iterators.NodeListIterator iterator()
ProtectedIterableProtectedIterator.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.