Package com.adobe.internal.xmp.options
Package containing the option classes.
These are used to configure diverse function calls of xmpcore:
- PropertyOptions - these are used to create properties and also to retrieve information about simple, array or struct properties, as well as qualifiers
- ParseOptions - used to configure the parsing of xmp metadata packets
- SerializationOptions - used to control the serialization of xmp metadata packets
- AliasOptions - used by XMPSchemaRegistry#registerAlias()
- IteratorOptions - used to set up an XMPIterator
- Options - the base class of all option classes
-
Class Summary Class Description AliasOptions Options for XMPSchemaRegistryImpl#registerAlias.IteratorOptions Options forXMPIterator
construction.Options The base class for a collection of 32 flag bits.ParseOptions Options forXMPMetaFactory.parse(InputStream, ParseOptions)
.PropertyOptions The property flags are used when properties are fetched from theXMPMeta
-object and provide more detailed information about the property.SerializeOptions TemplateOptions Options for XMPSchemaRegistryImpl#registerAlias.