public interface IWithExtAttributes
ExtAttributes,
ExtAttribute| Modifier and Type | Method and Description |
|---|---|
ExtAttributes |
getExtAttributes()
Gets the
ExtAttributes object for the parent object. |
java.lang.String |
getExtAttributeValue(java.lang.String namespaceURI,
java.lang.String localName)
Gets the value for a given extension attribute.
|
boolean |
hasExtAttribute()
Indicates if at least one extension attribute is present.
|
void |
setExtAttributes(ExtAttributes attributes)
Sets the
ExtAttributes object associated with this object. |
ExtAttributes getExtAttributes()
ExtAttributes object for the parent object.
If none exists, one is created.ExtAttributes object for the parent object, never null.void setExtAttributes(ExtAttributes attributes)
ExtAttributes object associated with this object.attributes - the ExtAttributes object associated with this object.
If null, a new ExtAttributes object is created.boolean hasExtAttribute()
java.lang.String getExtAttributeValue(java.lang.String namespaceURI,
java.lang.String localName)
namespaceURI - the URI of the namespace for the attribute.localName - the name of the attribute.