|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QNamed
Unambiguously named (ns:localname) object.
Contract: Every object implementing hasQName should overwrite the toString() method and return the QName.
Warning: Using this interface does not imply any information about the equals() or hashCode() methods. So for using objects with qualified names in a Collection, you need information from the implementing class.
Method Summary | |
---|---|
String |
getLocalName()
Get only localname |
String |
getNamespace()
Get only namespace |
String |
getQName()
Get the QName (i.e. |
Method Detail |
---|
String getQName()
String getNamespace()
String getLocalName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |