public interface AttributeIterator
This interface specifies methods for iterating over attributes.
- Since:
- Weblogic XML Input Stream 1.0
- See Also:
-
-
Method Summary
boolean
Check if there are any attributes on the stream
Get the next Attribute on the stream
Return the next element on the stream without shifting it
void
Skip the next element on the stream
-
Method Details
-
next
Get the next Attribute on the stream
- See Also:
-
-
hasNext
boolean hasNext()
Check if there are any attributes on the stream
-
peek
Return the next element on the stream without shifting it
-
skip
void skip()
Skip the next element on the stream