Class IterableNodeList

java.lang.Object
org.xmlunit.util.IterableNodeList
All Implemented Interfaces:
Iterable<Node>

public final class IterableNodeList extends Object implements Iterable<Node>
Provides an iterable view to a NodeList, the Iterator that can be obtained from this Iterable will be read-only.
  • Field Details

    • nl

      private final NodeList nl
    • length

      private final int length
  • Constructor Details

    • IterableNodeList

      public IterableNodeList(NodeList nl)
  • Method Details