Interface ExtensionElement


  • public interface ExtensionElement
    A ExtensionElement

    ExtensionElement is an element that is defined in any namespace except the namespace "app"

    • Method Detail

      • getNamespace

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

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

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

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