Package com.thoughtworks.xstream.io
Class AttributeNameIterator
java.lang.Object
com.thoughtworks.xstream.io.AttributeNameIterator
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprivate final int
Deprecated.private int
Deprecated.private final HierarchicalStreamReader
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
current
private int currentDeprecated. -
count
private final int countDeprecated. -
reader
Deprecated.
-
-
Constructor Details
-
AttributeNameIterator
Deprecated.
-
-
Method Details