Package org.joox

Class Elements

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

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

      Fields 
      Modifier and Type Field Description
      private org.w3c.dom.NodeList elements  
      private int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      Elements​(org.w3c.dom.NodeList elements)  
    • Method Summary

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

      • elements

        private final org.w3c.dom.NodeList elements
      • length

        private final int length
    • Constructor Detail

      • Elements

        Elements​(org.w3c.dom.NodeList elements)
    • Method Detail

      • iterator

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