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