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.Iterator
Deprecated.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 int
count
Deprecated.private int
current
Deprecated.private HierarchicalStreamReader
reader
Deprecated.
-
Constructor Summary
Constructors Constructor Description AttributeNameIterator(HierarchicalStreamReader reader)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
hasNext()
Deprecated.java.lang.Object
next()
Deprecated.void
remove()
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:
hasNext
in interfacejava.util.Iterator
-
next
public java.lang.Object next()
Deprecated.- Specified by:
next
in interfacejava.util.Iterator
-
remove
public void remove()
Deprecated.- Specified by:
remove
in interfacejava.util.Iterator
-
-