| Package | Description |
|---|---|
| com.adobe.xmp |
Package containing the xmpcore interface.
|
| com.adobe.xmp.properties |
Package containing the property information classes.
|
| Modifier and Type | Method and Description |
|---|---|
XMPProperty |
XMPMeta.getArrayItem(java.lang.String schemaNS,
java.lang.String arrayName,
int itemIndex)
Provides access to items within an array.
|
XMPProperty |
XMPMeta.getLocalizedText(java.lang.String schemaNS,
java.lang.String altTextName,
java.lang.String genericLang,
java.lang.String specificLang)
These functions provide convenient support for localized text properties, including a number
of special and obscure aspects.
|
XMPProperty |
XMPMeta.getProperty(java.lang.String schemaNS,
java.lang.String propName)
The property value getter-methods all take a property specification: the first two parameters
are always the top level namespace URI (the "schema" namespace) and the basic name
of the property being referenced.
|
XMPProperty |
XMPMeta.getQualifier(java.lang.String schemaNS,
java.lang.String propName,
java.lang.String qualNS,
java.lang.String qualName)
Provides access to a qualifier attached to a property.
|
XMPProperty |
XMPMeta.getStructField(java.lang.String schemaNS,
java.lang.String structName,
java.lang.String fieldNS,
java.lang.String fieldName)
Provides access to fields within a nested structure.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMPPropertyInfo
This interface is used to return a property together with its path and namespace.
|
Copyright © 2006-2007 Adobe Systems Inc. All Rights Reserved.