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.
Author:
Joe Walnes
  • 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