Interface NamespacesTable.Declaration

Enclosing class:
NamespacesTable

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

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

    • getUri

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

      String getPrefix()
      Deprecated.
      Return the namespace prefix.