public interface XAttribute extends XAttributable, java.lang.Cloneable, java.lang.Comparable<XAttribute>, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
accept(XVisitor visitor,
XAttributable attributable) |
java.lang.Object |
clone()
Attributes must be cloneable.
|
XExtension |
getExtension()
Retrieves the extension defining this attribute.
|
java.lang.String |
getKey()
Retrieves the key, i.e.
|
java.lang.String |
toString()
String representation of the value.
|
getAttributes, getExtensions, hasAttributes, setAttributes
java.lang.String getKey()
XExtension getExtension()
null
, if there is no extension
defining this attribute.java.lang.Object clone()
java.lang.String toString()
toString
in class java.lang.Object
void accept(XVisitor visitor, XAttributable attributable)