org.bibop.xml.utils
Interface NamespacesTable.Declaration

All Known Implementing Classes:
NamespacesTable.Entry
Enclosing interface:
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 © 2003 Bibop Research International. All Rights Reserved.