BEA Systems, Inc.


weblogic.xml.stream
Interface Attribute


public interface Attribute

An interface that contains information about an attribute

Version:
1.0
See Also:
XMLName, Attribute

Method Summary
 XMLName getName()
          Get the XMLName of the current attribute.
 java.lang.String getType()
          Get the attribute type of the current attribute
 java.lang.String getValue()
          Get the attribute value of the current attribute.
 

Method Detail

getName

public XMLName getName()
Get the XMLName of the current attribute.

See Also:
XMLName

getValue

public java.lang.String getValue()
Get the attribute value of the current attribute.

getType

public java.lang.String getType()
Get the attribute type of the current attribute

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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference