public class XmpComplexType extends XmpMetadataContainer
Represents base abstraction for XMP Complex value type.
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri(String prefix)
Gets the namespace URI associated with the specified prefix.
|
String[] |
getNamespaceUris()
Gets the namespace URIs that are used in the
XmpComplexType instance. |
String[] |
getPrefixes()
Gets the namespace prefixes that are used in the
XmpComplexType instance. |
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
String |
toString()
Returns a
String that represents this instance. |
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public final String[] getPrefixes()
Gets the namespace prefixes that are used in the XmpComplexType
instance.
public final String[] getNamespaceUris()
Gets the namespace URIs that are used in the XmpComplexType
instance.
public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpMetadataContainer
string
contained XMP representation.public String toString()
Returns a String
that represents this instance.