Class IterableNodeList

  • All Implemented Interfaces:
    java.lang.Iterable<org.w3c.dom.Node>

    class IterableNodeList
    extends java.lang.Object
    implements java.lang.Iterable<org.w3c.dom.Node>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.w3c.dom.NodeList nl  
    • Constructor Summary

      Constructors 
      Constructor Description
      IterableNodeList​(org.w3c.dom.NodeList _nl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<org.w3c.dom.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
    • Field Detail

      • nl

        private final org.w3c.dom.NodeList nl
    • Constructor Detail

      • IterableNodeList

        IterableNodeList​(org.w3c.dom.NodeList _nl)
    • Method Detail

      • iterator

        public java.util.Iterator<org.w3c.dom.Node> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<org.w3c.dom.Node>