org.apache.cocoon.xml
Interface NamespacesTable.Declaration

Enclosing class:
NamespacesTable

public static interface NamespacesTable.Declaration

A namespace declaration. (This interface is used in conjunction with NamespacesTable).


Method Summary
 String getPrefix()
          Return the namespace prefix.
 String getUri()
          Return the namespace URI.
 

Method Detail

getUri

String getUri()
Return the namespace URI.


getPrefix

String getPrefix()
Return the namespace prefix.



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.