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.IOExceptionint getNumAttributes()
java.lang.Object nextAttribute()
throws java.io.IOException
java.io.IOExceptionIQName nextAttributeName()
void initialize()