public abstract class XmpElementBase extends CustomPackage
Represents base XMP element that contains attributes.
Modifier and Type | Method and Description |
---|---|
void |
clearAttributes()
Removes all attributes.
|
boolean |
containsAttribute(String attribute)
Determines whether the element contains a specific attribute.
|
String |
getAttribute(String attribute)
Gets the attribute.
|
void |
setAttribute(String attribute,
String value)
Adds the attribute.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void setAttribute(String attribute, String value)
Adds the attribute.
attribute
- Attribute key.value
- Attribute value.public final void clearAttributes()
Removes all attributes.
public final boolean containsAttribute(String attribute)
Determines whether the element contains a specific attribute.
attribute
- Attribute name.