Package org.apache.cocoon.xml.sax
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 withNamespacesTable
).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getPrefix()
Deprecated.Return the namespace prefix.java.lang.String
getUri()
Deprecated.Return the namespace URI.
-