Constructor and Description |
---|
PrefixedQName(QName qname) |
PrefixedQName(String uri,
String localName,
String pre) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getLocalName()
Gets the local name part of the XML name that this
Name
object represents. |
String |
getPrefix()
Returns the prefix associated with the namespace for the XML
name that this
Name object represents. |
String |
getQualifiedName()
Gets the namespace-qualified name of the XML name that this
Name object represents. |
String |
getURI()
Returns the URI of the namespace for the XML
name that this
Name object represents. |
int |
hashCode() |
String |
toString() |
public PrefixedQName(QName qname)
public String getLocalName()
Name
Name
object represents.getLocalName
in interface Name
public String getQualifiedName()
Name
Name
object represents.getQualifiedName
in interface Name
public String getURI()
Name
Name
object represents.public String getPrefix()
Name
Name
object represents.Copyright © The Apache Software Foundation. All Rights Reserved.