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, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic final String getNamespaceUri(String prefix)
Gets the namespace URI associated with the specified prefix.
prefix - The prefix of the namespace to get.public final String[] getNamespaceUris()
Gets the namespace URIs that are used in the XmpComplexType instance.
public final String[] getPrefixes()
Gets the namespace prefixes that are used in the XmpComplexType instance.
public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation in interface IXmpTypegetXmpRepresentation in class XmpMetadataContainerstring contained XMP representation.Copyright © 2026. All rights reserved.