|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMPProperty | |
---|---|
com.adobe.xmp | Package containing the xmpcore interface. |
com.adobe.xmp.properties | Package containing the property information classes. |
Uses of XMPProperty in com.adobe.xmp |
---|
Methods in com.adobe.xmp that return XMPProperty | |
---|---|
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. |
Uses of XMPProperty in com.adobe.xmp.properties |
---|
Subinterfaces of XMPProperty in com.adobe.xmp.properties | |
---|---|
interface |
XMPPropertyInfo
This interface is used to return a property together with its path and namespace. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |