Interface IAttributesIterator


public interface IAttributesIterator
Author:
Carlos Sánchez Periñán
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the dimension of the attributes list.
    boolean
    Returns whether there are more attributes in this sequence
    void
    Initializes the iterator
    Value of next attribute
    org.gvsig.xmlpull.lib.api.stream.IQName
     
  • Method Details

    • hasNext

      boolean hasNext() throws IOException
      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

      Object nextAttribute() throws IOException
      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