|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.UriName
A class that allows to use the combination of namespace URI and local name as a Map key.
Constructor Summary | |
UriName(java.lang.String pURI,
java.lang.String pLocalName)
Creates a new instance of UriName |
Method Summary | |
boolean |
equals(java.lang.Object pOtherUriName)
Returns whether URI and hash code are the same. |
java.lang.String |
getFullName()
Returns a string representation for use in error messages and the like. |
java.lang.String |
getLocalName()
Returns the local name. |
java.lang.String |
getURI()
Returns the namespace URI. |
int |
hashCode()
Returns the elements hash code. |
java.lang.String |
toString()
Converts the UriName into a string. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UriName(java.lang.String pURI, java.lang.String pLocalName)
Method Detail |
public java.lang.String getURI()
Returns the namespace URI.
public java.lang.String getLocalName()
Returns the local name.
public int hashCode()
Returns the elements hash code.
public boolean equals(java.lang.Object pOtherUriName)
Returns whether URI and hash code are the same.
public java.lang.String getFullName()
Returns a string representation for use in error messages and the like.
public java.lang.String toString()
Converts the UriName into a string.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |