Interface AttributeIterator


public interface AttributeIterator
This interface specifies methods for iterating over attributes.
Since:
Weblogic XML Input Stream 1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      Attribute next()
      Get the next Attribute on the stream
      See Also:
    • hasNext

      boolean hasNext()
      Check if there are any attributes on the stream
    • peek

      Attribute peek()
      Return the next element on the stream without shifting it
    • skip

      void skip()
      Skip the next element on the stream