public final class XmpMeta extends XmpElementBase implements IXmpType
Represents xmpmeta. Optional. The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF.
Constructor and Description |
---|
XmpMeta() |
Modifier and Type | Method and Description |
---|---|
String |
getAdobeXmpToolkit()
Gets Adobe XMP toolkit version.
|
String |
getXmpRepresentation()
Converts XMP value to the xml representation.
|
void |
setAttribute(String attribute,
String value)
Adds an attribute.
|
clearAttributes, containsAttribute, getAttribute
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public final String getAdobeXmpToolkit()
Gets Adobe XMP toolkit version.
public void setAttribute(String attribute, String value)
Adds an attribute.
setAttribute
in class XmpElementBase
attribute
- The attribute.value
- The value.public final String getXmpRepresentation()
Converts XMP value to the xml representation.
getXmpRepresentation
in interface IXmpType
string
representation of XMP value.