Class DomElementIterator<T>

    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface ICloseable<T>
        Throws:
        java.io.IOException
      • hasNext

        public boolean hasNext()
                        throws java.io.IOException
        Specified by:
        hasNext in interface IClosableIterator<T,​java.io.IOException>
        Throws:
        java.io.IOException
      • next

        public T next()
               throws java.io.IOException
        Specified by:
        next in interface IClosableIterator<T,​java.io.IOException>
        Throws:
        java.io.IOException