public abstract class XmpElementBase extends CustomPackage
Represents base XMP element that contains attributes.
| Modifier | Constructor and Description |
|---|---|
protected |
XmpElementBase()
Initializes a new instance of the
XmpElementBase class. |
| 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, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected XmpElementBase()
Initializes a new instance of the XmpElementBase class.
public final void clearAttributes()
Removes all attributes.
public final boolean containsAttribute(String attribute)
Determines whether the element contains a specific attribute.
attribute - Attribute name.public final String getAttribute(String attribute)
Gets the attribute.
attribute - The attribute.Copyright © 2025. All rights reserved.