Interface Attribute


public interface Attribute
An interface that contains information about an attribute
Since:
Weblogic XML Input Stream 1.0
Version:
1.0
See Also:
XMLName, Attribute
  • Method Summary

    Modifier and Type Method Description
    XMLName getName()
    Get the XMLName of the current attribute.
    XMLName getSchemaType()
    Get the attribute type of the current attribute
    String getType()
    Get the attribute type of the current attribute
    String getValue()
    Get the attribute value of the current attribute.