Package com.thoughtworks.xstream.io
Class AttributeNameIterator
- java.lang.Object
-
- com.thoughtworks.xstream.io.AttributeNameIterator
-
- All Implemented Interfaces:
java.util.Iterator
public class AttributeNameIterator extends java.lang.Object implements java.util.IteratorDeprecated.As of 1.4.8, it is an internal helper class onlyProvide an iterator over the attribute names of the current node of a reader.- Author:
- Joe Walnes
-
-
Constructor Summary
Constructors Constructor Description AttributeNameIterator(HierarchicalStreamReader reader)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanhasNext()Deprecated.java.lang.Objectnext()Deprecated.voidremove()Deprecated.
-
-
-
Constructor Detail
-
AttributeNameIterator
public AttributeNameIterator(HierarchicalStreamReader reader)
Deprecated.
-
-
Method Detail
-
hasNext
public boolean hasNext()
Deprecated.- Specified by:
hasNextin interfacejava.util.Iterator
-
next
public java.lang.Object next()
Deprecated.- Specified by:
nextin interfacejava.util.Iterator
-
remove
public void remove()
Deprecated.- Specified by:
removein interfacejava.util.Iterator
-
-