BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.xml.stream
Interface Attribute


public interface Attribute

An interface that contains information about an attribute

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

Method Summary
 XMLName getName()
          Get the XMLName of the current attribute.
 XMLName getSchemaType()
          Get the attribute type 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

getSchemaType

public XMLName getSchemaType()
Get the attribute type of the current attribute

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