public abstract class XmpMetadataContainer extends CustomPackage implements IXmpType
Represents a container for XMP metadata properties.
Modifier and Type | Method and Description |
---|---|
abstract String |
getXmpRepresentation()
Converts the XMP value to the XML representation.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public abstract String getXmpRepresentation()
Converts the XMP value to the XML representation.
getXmpRepresentation
in interface IXmpType
string
representation of the XMP value.