Interface NamespacesTable.Name

Enclosing class:
NamespacesTable

@Deprecated(since="2022-01-27") public static interface NamespacesTable.Name
Deprecated.
This API is deprecated, migrate code to the XML APIs provided by the JDK.
A namespace-aware name. (This interface is used in conjunction with NamespacesTable).
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Return the namespace local name.
    Deprecated.
    Return the namespace prefix.
    Deprecated.
    Return the namespace raw name.
    Deprecated.
    Return the namespace URI.
  • Method Details

    • getUri

      String getUri()
      Deprecated.
      Return the namespace URI.
    • getPrefix

      String getPrefix()
      Deprecated.
      Return the namespace prefix.
    • getLocalName

      String getLocalName()
      Deprecated.
      Return the namespace local name.
    • getQName

      String getQName()
      Deprecated.
      Return the namespace raw name.