Interface ExtensionAttribute

All Known Implementing Classes:
ExtensionAttributeImpl

public interface ExtensionAttribute
A ExtensionAttribute

ExtensionAttribute is an attribute of an extension element

  • Method Details

    • getNamespace

      String getNamespace()
      Get the namespace
      Returns:
      namespace as String
    • getPrefix

      String getPrefix()
      Get the prefix of the attribute
      Returns:
      prefix as String
    • getName

      String getName()
      Get the local name of the attribute
      Returns:
      name as String
    • getText

      String getText()
      Get the text
      Returns:
      text as String