org.apache.cocoon.xml
Interface NamespacesTable.Name

Enclosing class:
NamespacesTable

public static interface NamespacesTable.Name

A namespace-aware name. (This interface is used in conjunction with NamespacesTable).


Method Summary
 String getLocalName()
          Return the namespace local name.
 String getPrefix()
          Return the namespace prefix.
 String getQName()
          Return the namespace raw name.
 String getUri()
          Return the namespace URI.
 

Method Detail

getUri

String getUri()
Return the namespace URI.


getPrefix

String getPrefix()
Return the namespace prefix.


getLocalName

String getLocalName()
Return the namespace local name.


getQName

String getQName()
Return the namespace raw name.



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