public interface IAttributesIterator
Modifier and Type | Method and Description |
---|---|
int |
getNumAttributes()
Returns the dimension of the attributes list.
|
boolean |
hasNext()
Returns whether there are more attributes in this sequence
|
void |
initialize()
Initializes the iterator
|
java.lang.Object |
nextAttribute()
Value of next attribute
|
IQName |
nextAttributeName() |
boolean hasNext() throws java.io.IOException
java.io.IOException
int getNumAttributes()
java.lang.Object nextAttribute() throws java.io.IOException
java.io.IOException
IQName nextAttributeName()
void initialize()