Package org.apache.cocoon.xml.sax
Interface NamespacesTable.Declaration
- 
- Enclosing class:
 - NamespacesTable
 
public static interface NamespacesTable.DeclarationA namespace declaration. (This interface is used in conjunction withNamespacesTable). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPrefix()Return the namespace prefix.java.lang.StringgetUri()Return the namespace URI. 
 -