Package org.apache.xmlbeans.xml.stream
Interface AttributeIterator
-
public interface AttributeIterator
This interface specifies methods for iterating over attributes.- Since:
- Weblogic XML Input Stream 1.0
- See Also:
Attribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
Check if there are any attributes on the streamAttribute
next()
Get the next Attribute on the streamAttribute
peek()
Return the next element on the stream without shifting itvoid
skip()
Skip the next element on the stream
-