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.
-
-
Field Summary
Fields Modifier and Type Field Description private intcountDeprecated.private intcurrentDeprecated.private HierarchicalStreamReaderreaderDeprecated.
-
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.
-
-
-
Field Detail
-
current
private int current
Deprecated.
-
count
private final int count
Deprecated.
-
reader
private final HierarchicalStreamReader reader
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
-
-