public class ComplexTypeBase extends XmpTypeBase
Represents base abstraction for XMP Complex value type.
Constructor and Description |
---|
ComplexTypeBase(String prefix,
String namespaceUri)
Initializes a new instance of the
ComplexTypeBase class. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
Object value)
Adds the specified key.
|
String |
getNamespaceUri()
Gets the default namespace URI.
|
String |
getPrefix()
Gets the prefix.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
public ComplexTypeBase(String prefix, String namespaceUri)
Initializes a new instance of the ComplexTypeBase
class.
prefix
- The prefix.namespaceUri
- The namespace URI.com.aspose.ms.System.ArgumentNullException
- prefix is null
or
namespaceUri is nullpublic final String getPrefix()
Gets the prefix.
Value: The prefix.public final String getNamespaceUri()
Gets the default namespace URI.
Value: The default namespace URI.public final void add(String key, Object value)
Adds the specified key.
key
- The string representation of key that is identified with added value.value
- The value to add to.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.