Package org.xmlunit.util
Class IterableNodeList
- java.lang.Object
-
- org.xmlunit.util.IterableNodeList
-
-
Constructor Summary
Constructors Constructor Description IterableNodeList(NodeList nl)Wraps the NodeList.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<Node>asList(NodeList l)Turns the NodeList into a list.Iterator<Node>iterator()-
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
-
-
-
-
Constructor Detail
-
IterableNodeList
public IterableNodeList(NodeList nl)
Wraps the NodeList.- Parameters:
nl- list to wrap
-
-