public class ComplexTypeBase extends XmpTypeBase
Represents base abstraction for XMP Complex value type.
See more: XMP Specification Part 2, Chapter 1.2.2
| Constructor and Description |
|---|
ComplexTypeBase(String prefix,
String namespaceUri)
Initializes a new instance of the
ComplexTypeBase class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceUri()
Gets the default namespace URI.
|
String |
getPrefix()
Gets the prefix.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
deepClone, toStringpublic String getPrefix()
Gets the prefix.
public String getNamespaceUri()
Gets the default namespace URI.
public String getXmpRepresentation()
Gets the string contained value in XMP format.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.