BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.stream
Interface AttributeIterator


Deprecated. please use java standard StAX api

public interface AttributeIterator

This interface specifies methods for iterating over attributes.

Since:
Weblogic XML Input Stream 1.0
See Also:
Attribute
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

hasNext

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


next

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

See Also:
Attribute

peek

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


skip

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.