Interface Attribute


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

    Modifier and Type
    Method
    Description
    Get the XMLName of the current attribute.
    Get the attribute type of the current attribute
    Get the attribute type of the current attribute
    Get the attribute value of the current attribute.
  • Method Details

    • getName

      XMLName getName()
      Get the XMLName of the current attribute.
      See Also:
    • getValue

      String getValue()
      Get the attribute value of the current attribute.
    • getType

      String getType()
      Get the attribute type of the current attribute
    • getSchemaType

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