XmpComplexType
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer
public class XmpComplexType extends XmpMetadataContainer
Represents base abstraction for XMP Complex value type.
See more: XMP Specification Part 2, Chapter 1.2.2
| Method | Description |
|---|---|
| getPrefixes() | Gets the namespace prefixes that are used in the XmpComplexType instance. |
| getNamespaceUris() | Gets the namespace URIs that are used in the XmpComplexType instance. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
| toString() | Returns a String that represents this instance. |
| getNamespaceUri(String prefix) | Gets the namespace URI associated with the specified prefix. |
public final String[] getPrefixes()
Gets the namespace prefixes that are used in the XmpComplexType instance.
Returns: java.lang.String[] - The namespace prefixes.
public final String[] getNamespaceUris()
Gets the namespace URIs that are used in the XmpComplexType instance.
Returns: java.lang.String[] - The namespace URIs.
public String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - string contained XMP representation.
public String toString()
Returns a String that represents this instance.
Returns: java.lang.String - A String that represents this instance.
public final String getNamespaceUri(String prefix)
Gets the namespace URI associated with the specified prefix.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| prefix | java.lang.String | The prefix of the namespace to get. |
Returns: java.lang.String - The associated namespace URI if the prefix is registered; otherwise, null.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.