Interface Attribute


public interface Attribute
An interface defining the behaviour of XML attributes.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the index of the Attribute in the element Array.
    Get the String local name of the Attribute.
    Get the String namespace prefix of the Attribute.
    Get the qualified name of the Attribute.
    Get the String type of the Attribute.
    Get the String namespace URI of the Attribute.
    Get the String value of the Attribute.
  • Method Details

    • getIndex

      int getIndex()
      Get the index of the Attribute in the element Array.
      Returns:
      the int index of the Attribute
    • getQualifiedName

      String getQualifiedName()
      Get the qualified name of the Attribute.
      Returns:
      the String qualified name of the Attribute
    • getValue

      String getValue()
      Get the String value of the Attribute.
      Returns:
      the String value of the Attribute
    • getLocalName

      String getLocalName()
      Get the String local name of the Attribute.
      Returns:
      the String local name of the Attribute
    • getPrefix

      String getPrefix()
      Get the String namespace prefix of the Attribute.
      Returns:
      the String namespace prefix of the Attribute
    • getURI

      URI getURI()
      Get the String namespace URI of the Attribute.
      Returns:
      the String namespace URI of the Attribute
    • getType

      String getType()
      Get the String type of the Attribute.
      Returns:
      the String type of the Attribute