- parse(InputStream) - Static method in class com.adobe.xmp.XMPMetaFactory
-
Parsing with default options.
- parse(InputStream, ParseOptions) - Static method in class com.adobe.xmp.XMPMetaFactory
-
These functions support parsing serialized RDF into an XMP object, and serailizing an XMP
object into RDF.
- parseFromBuffer(byte[]) - Static method in class com.adobe.xmp.XMPMetaFactory
-
Parsing with default options.
- parseFromBuffer(byte[], ParseOptions) - Static method in class com.adobe.xmp.XMPMetaFactory
-
Creates an XMPMeta-object from a byte-buffer.
- parseFromString(String) - Static method in class com.adobe.xmp.XMPMetaFactory
-
Parsing with default options.
- parseFromString(String, ParseOptions) - Static method in class com.adobe.xmp.XMPMetaFactory
-
Creates an XMPMeta-object from a string.
- ParseOptions - Class in com.adobe.xmp.options
-
- ParseOptions() - Constructor for class com.adobe.xmp.options.ParseOptions
-
Sets the options to the default values.
- PROP_ARRAY - Static variable in class com.adobe.xmp.options.AliasOptions
-
The actual is an unordered array, the alias is to the first element of the array.
- PROP_ARRAY_ALT_TEXT - Static variable in class com.adobe.xmp.options.AliasOptions
-
The actual is an alternate text array, the alias is to the 'x-default' element of the array.
- PROP_ARRAY_ALTERNATE - Static variable in class com.adobe.xmp.options.AliasOptions
-
The actual is an alternate array, the alias is to the first element of the array.
- PROP_ARRAY_ORDERED - Static variable in class com.adobe.xmp.options.AliasOptions
-
The actual is an ordered array, the alias is to the first element of the array.
- PROP_DIRECT - Static variable in class com.adobe.xmp.options.AliasOptions
-
This is a direct mapping.
- PropertyOptions - Class in com.adobe.xmp.options
-
The property flags are used when properties are fetched from the XMPMeta-object
and provide more detailed information about the property.
- PropertyOptions() - Constructor for class com.adobe.xmp.options.PropertyOptions
-
Default constructor
- PropertyOptions(int) - Constructor for class com.adobe.xmp.options.PropertyOptions
-
Intialization constructor