public interface AttributedQName extends AttributedType, java.io.Serializable, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates a clone of the AttributedQName instance.
|
javax.xml.namespace.QName |
getQName()
Gets the value of the QName represented by this AttributedQName.
|
void |
setQName(javax.xml.namespace.QName name)
Sets the value of the QName represented by this AttributedQName.
|
addAttribute, getAttributeNames, getAttributeValue
javax.xml.namespace.QName getQName()
void setQName(javax.xml.namespace.QName name)
name
- The QName valuejava.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException