|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.NameInfo
Contain entire name information of XML element, including namespace details.
This class can be used in HashMaps.
| Constructor Summary | |
NameInfo(String pLocalName,
String pQName,
String pNamespaceURI,
boolean pNamespaceAware)
Describe an XML element name. |
|
| Method Summary | |
String |
debugString()
Debugging description. |
boolean |
equals(Object pObject)
Equal if local name and namespace uri match. |
String |
getLocalName()
Get the local part of the element name. |
String |
getNamespaceURI()
Get the URI of the namespace for this element. |
String |
getQName()
|
int |
hashCode()
Hashcode computed on localname and namespace uri. |
boolean |
nameMatch(PathPart pPathPart)
Test if this name matches the name test in the path part. |
String |
toString()
Return qualified name. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NameInfo(String pLocalName,
String pQName,
String pNamespaceURI,
boolean pNamespaceAware)
| Method Detail |
public String getLocalName()
public String getQName()
public String getNamespaceURI()
public boolean nameMatch(PathPart pPathPart)
public boolean equals(Object pObject)
public int hashCode()
public String debugString()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||