Class AttributeNameIterator

  • All Implemented Interfaces:
    java.util.Iterator

    public class AttributeNameIterator
    extends java.lang.Object
    implements java.util.Iterator
    Deprecated.
    As of 1.4.8, it is an internal helper class only
    Provide an iterator over the attribute names of the current node of a reader.
    • Field Detail

      • current

        private int current
        Deprecated.
      • count

        private final int count
        Deprecated.
    • Method Detail

      • hasNext

        public boolean hasNext()
        Deprecated.
        Specified by:
        hasNext in interface java.util.Iterator
      • next

        public java.lang.Object next()
        Deprecated.
        Specified by:
        next in interface java.util.Iterator
      • remove

        public void remove()
        Deprecated.
        Specified by:
        remove in interface java.util.Iterator