Package org.apache.cocoon.xml.sax
Interface NamespacesTable.Name
-
- Enclosing class:
- NamespacesTable
public static interface NamespacesTable.NameA namespace-aware name. (This interface is used in conjunction withNamespacesTable).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalName()Return the namespace local name.StringgetPrefix()Return the namespace prefix.StringgetQName()Return the namespace raw name.StringgetUri()Return the namespace URI.
-