org.apache.cocoon.xml.util
Interface NamespacesTable.Declaration

Enclosing interface:
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

public String getUri()
Return the namespace URI.


getPrefix

public String getPrefix()
Return the namespace prefix.



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