Package org.apache.xmlbeans.xml.stream
Interface AttributeIterator
- 
public interface AttributeIteratorThis 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 booleanhasNext()Check if there are any attributes on the streamAttributenext()Get the next Attribute on the streamAttributepeek()Return the next element on the stream without shifting itvoidskip()Skip the next element on the stream 
 -