Package org.xmlunit.util
Class IterableNodeList
java.lang.Object
org.xmlunit.util.IterableNodeList
Provides an iterable view to a NodeList, the Iterator that can be
obtained from this Iterable will be read-only.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
nl
-
length
private final int length
-
-
Constructor Details
-
IterableNodeList
Wraps the NodeList.- Parameters:
nl
- list to wrap
-
-
Method Details