public interface XAttributable
Modifier and Type | Method and Description |
---|---|
XAttributeMap |
getAttributes()
Retrieves the attributes set for this element.
|
java.util.Set<XExtension> |
getExtensions()
Retrieves the extensions used by this element, i.e.
|
boolean |
hasAttributes()
Checks for the existence of attributes.
|
void |
setAttributes(XAttributeMap attributes)
Sets the map of attributes for this element.
|
XAttributeMap getAttributes()
void setAttributes(XAttributeMap attributes)
attributes
- A map of attributes.boolean hasAttributes()
getAttributes()
in certain situations.java.util.Set<XExtension> getExtensions()