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()
Name
Name
object represents.getLocalName
in interface Name
public java.lang.String getQualifiedName()
Name
Name
object represents.getQualifiedName
in interface Name
public java.lang.String getURI()
Name
Name
object represents.public java.lang.String getPrefix()
Name
Name
object represents.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.