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 |
---|---|
void |
add_internalized(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 String getPrefix()
Gets the prefix.
Value: The prefix.public String getNamespaceUri()
Gets the default namespace URI.
Value: The default namespace URI.public void add_internalized(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-2016 Aspose Pty Ltd. All Rights Reserved.