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

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

public String getUri()
Return the namespace URI.


getPrefix

public String getPrefix()
Return the namespace prefix.


getLocalName

public String getLocalName()
Return the namespace local name.


getQName

public String getQName()
Return the namespace raw name.



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