Package org.apache.cocoon.xml.sax
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 withNamespacesTable).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetLocalName()Deprecated.Return the namespace local name.StringgetPrefix()Deprecated.Return the namespace prefix.StringgetQName()Deprecated.Return the namespace raw name.StringgetUri()Deprecated.Return the namespace URI.
-