Class AttributeNameIterator

java.lang.Object
com.thoughtworks.xstream.io.AttributeNameIterator
All Implemented Interfaces:
Iterator

public class AttributeNameIterator extends Object implements 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 Details

    • current

      private int current
      Deprecated.
    • count

      private final int count
      Deprecated.
    • reader

      private final HierarchicalStreamReader reader
      Deprecated.
  • Constructor Details

  • Method Details

    • hasNext

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

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

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