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
 java.lang.String getPrefix()
          Return the namespace prefix.
 java.lang.String getUri()
          Return the namespace URI.
 

Method Detail

getUri

public java.lang.String getUri()
Return the namespace URI.

getPrefix

public java.lang.String getPrefix()
Return the namespace prefix.


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.