Constructor and Description |
---|
NameImpl(QName qname) |
NameImpl(String local) |
NameImpl(String local,
String prefix,
String uri) |
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 that was specified when this Name object was initialized.
|
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() |
QName |
toQName() |
String |
toString() |
public String getLocalName()
getLocalName
in interface Name
public String getPrefix()
public String getQualifiedName()
getQualifiedName
in interface Name
public String getURI()
public QName toQName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.