| Constructor and Description |
|---|
PrefixedQName(QName qname) |
PrefixedQName(java.lang.String uri,
java.lang.String localName,
java.lang.String pre) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLocalName()
Gets the local name part of the XML name that this
Name
object represents. |
java.lang.String |
getPrefix()
Returns the prefix associated with the namespace for the XML
name that this
Name object represents. |
java.lang.String |
getQualifiedName()
Gets the namespace-qualified name of the XML name that this
Name object represents. |
java.lang.String |
getURI()
Returns the URI of the namespace for the XML
name that this
Name object represents. |
int |
hashCode() |
java.lang.String |
toString() |
public PrefixedQName(java.lang.String uri,
java.lang.String localName,
java.lang.String pre)
public PrefixedQName(QName qname)
public java.lang.String getLocalName()
NameName
object represents.getLocalName in interface Namepublic java.lang.String getQualifiedName()
NameName object represents.getQualifiedName in interface Namepublic java.lang.String getURI()
NameName object represents.public java.lang.String getPrefix()
NameName object represents.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2005 Apache Web Services Project. All Rights Reserved.