BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.xml.stream
Interface AttributeIterator


public interface AttributeIterator

This interface specifies methods for iterating over attributes.

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.
See Also:
Attribute

Method Summary
 boolean hasNext()
          Check if there are any attributes on the stream
 Attribute next()
          Get the next Attribute on the stream
 Attribute peek()
          Return the next element on the stream without shifting it
 void skip()
          Skip the next element on the stream
 

Method Detail

next

public Attribute next()
Get the next Attribute on the stream

See Also:
Attribute

hasNext

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

peek

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

skip

public void skip()
Skip the next element on the stream

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b