Package org.gvsig.gpe.lib.api.parser
Interface IAttributesIterator
public interface IAttributesIterator
- Author:
- Carlos Sánchez Periñán
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the dimension of the attributes list.booleanhasNext()Returns whether there are more attributes in this sequencevoidInitializes the iteratorValue of next attributeorg.gvsig.xmlpull.lib.api.stream.IQName
-
Method Details
-
hasNext
Returns whether there are more attributes in this sequence- Returns:
- Throws:
IOException
-
getNumAttributes
int getNumAttributes()Returns the dimension of the attributes list. Consumer code should use it to pass a buffer with the correct lenght.- Returns:
-
nextAttribute
Value of next attribute- Throws:
IOException
-
nextAttributeName
org.gvsig.xmlpull.lib.api.stream.IQName nextAttributeName()- Returns:
- the name of the next attribute
-
initialize
void initialize()Initializes the iterator
-