|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeIterator
This interface specifies methods for iterating over attributes.
Attribute
Method Summary | |
---|---|
boolean |
hasNext()
Check if there are any attributes on the stream |
Attribute |
next()
Get the next Attribute on the stream |
Attribute |
peek()
Return the next element on the stream without shifting it |
void |
skip()
Skip the next element on the stream |
Method Detail |
---|
Attribute next()
Attribute
boolean hasNext()
Attribute peek()
void skip()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |