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
|
Object |
nextAttribute()
Value of next attribute
|
IQName |
nextAttributeName() |
boolean hasNext() throws IOException
IOException
int getNumAttributes()
Object nextAttribute() throws IOException
IOException
IQName nextAttributeName()
void initialize()