A B C D E F G H I J M N O P Q R S T U W X 

A

ACCEPT_LATIN_1 - Static variable in class com.adobe.internal.xmp.options.ParseOptions
If the input is not unicode, try to parse it as ISO-8859-1.
AliasOptions - Class in com.adobe.internal.xmp.options
Options for XMPSchemaRegistryImpl#registerAlias.
AliasOptions() - Constructor for class com.adobe.internal.xmp.options.AliasOptions
 
AliasOptions(int) - Constructor for class com.adobe.internal.xmp.options.AliasOptions
 
appendArrayItem(String, String, PropertyOptions, String, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Simplifies the construction of an array by not requiring that you pre-create an empty array.
appendArrayItem(String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
 
appendProperties(XMPMeta, XMPMeta, boolean, boolean) - Static method in class com.adobe.internal.xmp.XMPUtils
Alias without the new option deleteEmptyValues.
appendProperties(XMPMeta, XMPMeta, boolean, boolean, boolean) - Static method in class com.adobe.internal.xmp.XMPUtils
Append properties from one XMP object to another.
areXMPNodesLimited() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
ARRAY - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
ARRAY_ALT_TEXT - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
ARRAY_ALTERNATE - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
ARRAY_ITEM_NAME - Static variable in interface com.adobe.internal.xmp.XMPConst
Node name of an array item.
ARRAY_LAST_ITEM - Static variable in interface com.adobe.internal.xmp.XMPConst
Index that has the meaning to be always the last item in an array.
ARRAY_ORDERED - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
assertConsistency(int) - Method in class com.adobe.internal.xmp.options.Options
The inheriting option class can do additional checks on the options.
assertConsistency(int) - Method in class com.adobe.internal.xmp.options.PropertyOptions
Checks that a node not a struct and array at the same time; and URI cannot be a struct.

B

BADINDEX - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADOPTIONS - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADPARAM - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADRDF - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADSCHEMA - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADSERIALIZE - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADSTREAM - Static variable in interface com.adobe.internal.xmp.XMPError
Note: This is an error code introduced by Java.
BADVALUE - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADXML - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADXMP - Static variable in interface com.adobe.internal.xmp.XMPError
 
BADXPATH - Static variable in interface com.adobe.internal.xmp.XMPError
 

C

catenateArrayItems(XMPMeta, String, String, String, String, boolean) - Static method in class com.adobe.internal.xmp.XMPUtils
Create a single edit string from an array of strings.
clear() - Method in class com.adobe.internal.xmp.options.Options
Resets the options.
clone() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
clone() - Method in interface com.adobe.internal.xmp.XMPMeta
Clones the complete metadata tree.
close() - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Closes the writer.
com.adobe.internal.xmp - package com.adobe.internal.xmp
Package containing the xmpcore interface.
com.adobe.internal.xmp.options - package com.adobe.internal.xmp.options
Package containing the option classes.
com.adobe.internal.xmp.properties - package com.adobe.internal.xmp.properties
Package containing the property information classes.
com.adobe.internal.xmp.utils - package com.adobe.internal.xmp.utils
 
composeArrayItemPath(String, int) - Static method in class com.adobe.internal.xmp.XMPPathFactory
Compose the path expression for an item in an array.
composeFieldSelector(String, String, String, String) - Static method in class com.adobe.internal.xmp.XMPPathFactory
Compose the path expression to select an alternate item by a field's value.
composeLangSelector(String, String) - Static method in class com.adobe.internal.xmp.XMPPathFactory
Compose the path expression to select an alternate item by language.
composeQualifierPath(String, String) - Static method in class com.adobe.internal.xmp.XMPPathFactory
Compose the path expression for a qualifier.
composeStructFieldPath(String, String) - Static method in class com.adobe.internal.xmp.XMPPathFactory
Compose the path expression for a field in a struct.
containsAllOptions(int) - Method in class com.adobe.internal.xmp.options.Options
 
containsOneOf(int) - Method in class com.adobe.internal.xmp.options.Options
 
convertFromBoolean(boolean) - Static method in class com.adobe.internal.xmp.XMPUtils
Convert from boolean to string.
convertFromDate(XMPDateTime) - Static method in class com.adobe.internal.xmp.XMPUtils
Convert from XMPDateTime to string.
convertFromDouble(double) - Static method in class com.adobe.internal.xmp.XMPUtils
Convert from long to string.
convertFromInteger(int) - Static method in class com.adobe.internal.xmp.XMPUtils
Convert from int to string.
convertFromLong(long) - Static method in class com.adobe.internal.xmp.XMPUtils
Convert from long to string.
convertToBoolean(String) - Static method in class com.adobe.internal.xmp.XMPUtils
Convert from string to Boolean.
convertToDate(String) - Static method in class com.adobe.internal.xmp.XMPUtils
Converts a string value to an XMPDateTime.
convertToDouble(String) - Static method in class com.adobe.internal.xmp.XMPUtils
Converts a string value to a double.
convertToInteger(String) - Static method in class com.adobe.internal.xmp.XMPUtils
Converts a string value to an int.
convertToLocalTime(XMPDateTime) - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Make sure a time is local.
convertToLong(String) - Static method in class com.adobe.internal.xmp.XMPUtils
Converts a string value to a long.
convertToUTCTime(XMPDateTime) - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Make sure a time is UTC.
countArrayItems(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Returns the number of items in the array.
create(Writer, SerializeOptions) - Static method in class com.adobe.internal.xmp.utils.XMLStreamWriterFactory
Creates an XMLStreamWriterImpl on top of standard writer with XMP serialization options.
create(OutputStream, SerializeOptions) - Static method in class com.adobe.internal.xmp.utils.XMLStreamWriterFactory
Creates an XMLStreamWriterImpl on top of an output stream with XMP serialization options.
create() - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Creates an empty XMPDateTime-object.
create(int, int, int) - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Creates an XMPDateTime-object from initial values.
create(int, int, int, int, int, int, int) - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Creates an XMPDateTime-object from initial values.
create() - Static method in class com.adobe.internal.xmp.XMPMetaFactory
 
createFromCalendar(Calendar) - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Creates an XMPDateTime from a Calendar-object.
createFromISO8601(String) - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Creates an XMPDateTime from an ISO 8601 string.

D

decodeBase64(String) - Static method in class com.adobe.internal.xmp.XMPUtils
Decode from Base64 encoded string to raw data.
defineOptionName(int) - Method in class com.adobe.internal.xmp.options.AliasOptions
 
defineOptionName(int) - Method in class com.adobe.internal.xmp.options.IteratorOptions
 
defineOptionName(int) - Method in class com.adobe.internal.xmp.options.Options
To be implemeted by inheritants.
defineOptionName(int) - Method in class com.adobe.internal.xmp.options.ParseOptions
 
defineOptionName(int) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
defineOptionName(int) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
DELETE_EXISTING - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
may be used in the future
deleteArrayItem(String, String, int) - Method in interface com.adobe.internal.xmp.XMPMeta
Deletes the given XMP subtree rooted at the given array item.
deleteNamespace(String) - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
Deletes a namespace from the registry.
deleteProperty(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Deletes the given XMP subtree rooted at the given property.
deleteQualifier(String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Deletes the given XMP subtree rooted at the given qualifier.
deleteStructField(String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Deletes the given XMP subtree rooted at the given struct field.
DISALLOW_DOCTYPE - Static variable in class com.adobe.internal.xmp.options.ParseOptions
Disallow DOCTYPE declarations to prevent entity expansion attacks.
doesArrayItemExist(String, String, int) - Method in interface com.adobe.internal.xmp.XMPMeta
Tells if the array item exists.
doesPropertyExist(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Returns whether the property exists.
doesQualifierExist(String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
DoesQualifierExist tells if the qualifier exists.
doesStructFieldExist(String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
DoesStructFieldExist tells if the struct field exists.
dumpObject() - Method in interface com.adobe.internal.xmp.XMPMeta
Renders this node and the tree unter this node in a human readable form.
duplicateSubtree(XMPMeta, XMPMeta, String, String, String, String, PropertyOptions) - Static method in class com.adobe.internal.xmp.XMPUtils
****************************************************************************** Note: This API is partially implemented, specific to DCX-Lib.

E

ENCODE_UTF16BE - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
UTF16BE encoding
ENCODE_UTF16LE - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
UTF16LE encoding
ENCODE_UTF8 - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
UTF8 encoding; this is the default
encodeBase64(byte[]) - Static method in class com.adobe.internal.xmp.XMPUtils
Convert from a byte array to a base64 encoded string.
equalArrayTypes(PropertyOptions) - Method in class com.adobe.internal.xmp.options.PropertyOptions
Compares two options set for array compatibility.
equals(Object) - Method in class com.adobe.internal.xmp.options.Options
 
EXACT_PACKET_LENGTH - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
The padding parameter provides the overall packet length.

F

FALSESTR - Static variable in interface com.adobe.internal.xmp.XMPConst
The canonical false string value for Booleans in serialized XMP.
findAlias(String) - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
Searches for registered aliases.
findAliases(String) - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
Collects all aliases that are contained in the provided namespace.
FIX_CONTROL_CHARS - Static variable in class com.adobe.internal.xmp.options.ParseOptions
Convert ASCII control characters 0x01 - 0x1F (except tab, cr, and lf) to spaces.
flush() - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Calls flush() on the writer.

G

getAcceptLatin1() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
getAliases() - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
 
getAliasForm() - Method in interface com.adobe.internal.xmp.properties.XMPAliasInfo
 
getArrayElementsLimit() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
getArrayItem(String, String, int) - Method in interface com.adobe.internal.xmp.XMPMeta
Provides access to items within an array.
getBaseIndent() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getBuild() - Method in interface com.adobe.internal.xmp.XMPVersionInfo
 
getCalendar() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getCurrentDateTime() - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Obtain the current date and time.
getDay() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getDisallowDoctype() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
getEncodeUTF16BE() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getEncodeUTF16LE() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getEncoding() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getErrorCode() - Method in exception com.adobe.internal.xmp.XMPException
 
getExactPacketLength() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getFixControlChars() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
getHasLanguage() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
getHasQualifiers() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
getHasType() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
getHour() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getIncludeThumbnailPad() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getIndent() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getISO8601String() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getLanguage() - Method in interface com.adobe.internal.xmp.properties.XMPProperty
getLocalizedText(String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
These functions provide convenient support for localized text properties, including a number of special and obscure aspects.
getMajor() - Method in interface com.adobe.internal.xmp.XMPVersionInfo
 
getMessage() - Method in interface com.adobe.internal.xmp.XMPVersionInfo
 
getMicro() - Method in interface com.adobe.internal.xmp.XMPVersionInfo
 
getMinor() - Method in interface com.adobe.internal.xmp.XMPVersionInfo
 
getMinute() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getMonth() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getNamespace() - Method in interface com.adobe.internal.xmp.properties.XMPAliasInfo
 
getNamespace() - Method in interface com.adobe.internal.xmp.properties.XMPPropertyInfo
 
getNamespacePrefix(String) - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
Obtain the prefix for a registered namespace URI.
getNamespaces() - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
 
getNamespaceURI(String) - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
Obtain the URI for a registered namespace prefix.
getNanoSecond() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getNewline() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getObjectName() - Method in interface com.adobe.internal.xmp.XMPMeta
This correlates to the about-attribute, returns the empty String if no name is set.
getOmitNormalization() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
getOmitPacketWrapper() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getOmitVersionAttribute() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getOmitXmpMetaElement() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getOption(int) - Method in class com.adobe.internal.xmp.options.Options
 
getOptions() - Method in class com.adobe.internal.xmp.options.Options
Is friendly to access it during the tests.
getOptions() - Method in interface com.adobe.internal.xmp.properties.XMPProperty
 
getOptions() - Method in interface com.adobe.internal.xmp.properties.XMPPropertyInfo
 
getOptionsString() - Method in class com.adobe.internal.xmp.options.Options
Creates a human readable string from the set options.
getPacketHeader() - Method in interface com.adobe.internal.xmp.XMPMeta
 
getPadding() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getPath() - Method in interface com.adobe.internal.xmp.properties.XMPPropertyInfo
 
getPrefix() - Method in interface com.adobe.internal.xmp.properties.XMPAliasInfo
 
getPrefixes() - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
 
getProperty(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
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.
getPropertyBase64(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to retrieve the literal value of a property.
getPropertyBoolean(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
These are very similar to getProperty() and SetProperty() above, but the value is returned or provided in a literal form instead of as a UTF-8 string.
getPropertyCalendar(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to retrieve the literal value of a property.
getPropertyDate(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to retrieve the literal value of a property.
getPropertyDouble(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to retrieve the literal value of a property.
getPropertyInteger(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to retrieve the literal value of a property.
getPropertyLong(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to retrieve the literal value of a property.
getPropertyString(String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to retrieve the literal value of a property.
getPropName() - Method in interface com.adobe.internal.xmp.properties.XMPAliasInfo
 
getQualifier(String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Provides access to a qualifier attached to a property.
getReadOnlyPacket() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getRequireXMPMeta() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
getSchemaRegistry() - Static method in class com.adobe.internal.xmp.XMPMetaFactory
 
getSecond() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getSort() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getStrictAliasing() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
getStructField(String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
Provides access to fields within a nested structure.
getTimeZone() - Method in interface com.adobe.internal.xmp.XMPDateTime
 
getUseCanonicalFormat() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getUseCompactFormat() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getUsePlainXMP() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getValidOptions() - Method in class com.adobe.internal.xmp.options.AliasOptions
 
getValidOptions() - Method in class com.adobe.internal.xmp.options.IteratorOptions
 
getValidOptions() - Method in class com.adobe.internal.xmp.options.Options
To be implemeted by inheritants.
getValidOptions() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
getValidOptions() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
getValidOptions() - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
getValue() - Method in interface com.adobe.internal.xmp.properties.XMPProperty
 
getValue() - Method in interface com.adobe.internal.xmp.properties.XMPPropertyInfo
 
getVersionInfo() - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Obtain version information.
getXMPNodesToLimit() - Method in class com.adobe.internal.xmp.options.ParseOptions
 
getYear() - Method in interface com.adobe.internal.xmp.XMPDateTime
 

H

HAS_LANGUAGE - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
HAS_QUALIFIERS - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
HAS_TYPE - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
hasDate() - Method in interface com.adobe.internal.xmp.XMPDateTime
This flag is set either by parsing or by setting year, month or day.
hashCode() - Method in class com.adobe.internal.xmp.options.Options
 
hasTime() - Method in interface com.adobe.internal.xmp.XMPDateTime
This flag is set either by parsing or by setting hours, minutes, seconds or milliseconds.
hasTimeZone() - Method in interface com.adobe.internal.xmp.XMPDateTime
This flag is set either by parsing or by setting hours, minutes, seconds or milliseconds.

I

INCLUDE_THUMBNAIL_PAD - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
Include a padding allowance for a thumbnail image.
insertArrayItem(String, String, int, String, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Inserts an item into an array previous to the given index.
insertArrayItem(String, String, int, String) - Method in interface com.adobe.internal.xmp.XMPMeta
 
INTERNALFAILURE - Static variable in interface com.adobe.internal.xmp.XMPError
 
isArray() - Method in class com.adobe.internal.xmp.options.AliasOptions
 
isArray() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isArrayAlternate() - Method in class com.adobe.internal.xmp.options.AliasOptions
 
isArrayAlternate() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isArrayAltText() - Method in class com.adobe.internal.xmp.options.AliasOptions
 
isArrayAltText() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isArrayLimited() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isArrayOrdered() - Method in class com.adobe.internal.xmp.options.AliasOptions
 
isArrayOrdered() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isCompositeProperty() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isDebug() - Method in interface com.adobe.internal.xmp.XMPVersionInfo
 
isExactly(int) - Method in class com.adobe.internal.xmp.options.Options
 
isJustChildren() - Method in class com.adobe.internal.xmp.options.IteratorOptions
 
isJustLeafname() - Method in class com.adobe.internal.xmp.options.IteratorOptions
 
isJustLeafnodes() - Method in class com.adobe.internal.xmp.options.IteratorOptions
 
isOmitQualifiers() - Method in class com.adobe.internal.xmp.options.IteratorOptions
 
isOnlyArrayOptions() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isQualifier() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isSchemaNode() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isSimple() - Method in class com.adobe.internal.xmp.options.AliasOptions
 
isSimple() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isStruct() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
isURI() - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
iterator() - Method in interface com.adobe.internal.xmp.XMPMeta
Constructs an iterator for the properties within this XMP object.
iterator(IteratorOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Constructs an iterator for the properties within this XMP object using some options.
iterator(String, String, IteratorOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Construct an iterator for the properties within an XMP object.
IteratorOptions - Class in com.adobe.internal.xmp.options
Options for XMPIterator construction.
IteratorOptions() - Constructor for class com.adobe.internal.xmp.options.IteratorOptions
 

J

JUST_CHILDREN - Static variable in class com.adobe.internal.xmp.options.IteratorOptions
Just do the immediate children of the root, default is subtree.
JUST_LEAFNAME - Static variable in class com.adobe.internal.xmp.options.IteratorOptions
Return just the leaf part of the path, default is the full path.
JUST_LEAFNODES - Static variable in class com.adobe.internal.xmp.options.IteratorOptions
Just do the leaf nodes, default is all nodes in the subtree.

M

mergeWith(PropertyOptions) - Method in class com.adobe.internal.xmp.options.PropertyOptions
Merges the set options of a another options object with this.

N

NO_OPTIONS - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
normalize(ParseOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Perform the normalization as a separate parsing step.
NS_ADOBESTOCKPHOTO - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_ASF - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_BWF - Static variable in interface com.adobe.internal.xmp.XMPConst
BExt Schema
NS_CAMERARAW - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_CCV - Static variable in interface com.adobe.internal.xmp.XMPConst
Adobe Creative Cloud Video
NS_CREATOR_ATOM - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_DC - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the Dublin Core schema.
NS_DC_DEPRECATED - Static variable in interface com.adobe.internal.xmp.XMPConst
legacy Dublin Core NS, will be converted to NS_DC
NS_DICOM - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the DICOM medical schema.
NS_DM - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_EXIF - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for Adobe's EXIF schema.
NS_EXIF_AUX - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_EXIFX - Static variable in interface com.adobe.internal.xmp.XMPConst
NS for the CIPA XMP for Exif document v1.1
NS_IPTCCORE - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the IPTC Core schema.
NS_IPTCEXT - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the IPTC Extension schema.
NS_IX - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_JP2K - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_JPEG - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PDF - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the PDF schema.
NS_PDFA_EXTENSION - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PDFA_FIELD - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PDFA_ID - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PDFA_PROPERTY - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PDFA_SCHEMA - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PDFA_TYPE - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PDFX - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the PDF schema.
NS_PDFX_ID - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PHOTOSHOP - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the Photoshop custom schema.
NS_PLUS - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the PLUS (Picture Licensing Universal System, http://www.useplus.org)
NS_PNG - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_PSALBUM - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the Photoshop Album schema.
NS_RDF - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for RDF.
NS_RIFFINFO - Static variable in interface com.adobe.internal.xmp.XMPConst
RIFF Info Schema
NS_SCRIPT - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_SWF - Static variable in interface com.adobe.internal.xmp.XMPConst
Adobe Flash SWF
NS_TIFF - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for Adobe's TIFF schema.
NS_TRANSIENT - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_TXMP - Static variable in interface com.adobe.internal.xmp.XMPConst
Transform XMP
NS_WAV - Static variable in interface com.adobe.internal.xmp.XMPConst
 
NS_X - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace Adobe XMP Metadata.
NS_XML - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for XML.
NS_XMP - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the XMP "basic" schema.
NS_XMP_BJ - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the job management schema.
NS_XMP_MM - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the XMP digital asset management schema.
NS_XMP_NOTE - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the job management schema.
NS_XMP_RIGHTS - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for the XMP copyright schema.

O

OMIT_NORMALIZATION - Static variable in class com.adobe.internal.xmp.options.ParseOptions
Do not carry run the XMPNormalizer on a packet, leave it as it is.
OMIT_PACKET_WRAPPER - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
Omit the XML packet wrapper.
OMIT_QUALIFIERS - Static variable in class com.adobe.internal.xmp.options.IteratorOptions
Omit all qualifiers.
OMIT_XMPMETA_ELEMENT - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
Omit the <x:xmpmeta>-tag
Options - Class in com.adobe.internal.xmp.options
The base class for a collection of 32 flag bits.
Options() - Constructor for class com.adobe.internal.xmp.options.Options
The default constructor.
Options(int) - Constructor for class com.adobe.internal.xmp.options.Options
Constructor with the options bit mask.

P

parse(InputStream) - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Parsing with default options.
parse(InputStream, ParseOptions) - Static method in class com.adobe.internal.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.internal.xmp.XMPMetaFactory
Parsing with default options.
parseFromBuffer(byte[], ParseOptions) - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Creates an XMPMeta-object from a byte-buffer.
parseFromString(String) - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Parsing with default options.
parseFromString(String, ParseOptions) - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Creates an XMPMeta-object from a string.
ParseOptions - Class in com.adobe.internal.xmp.options
ParseOptions() - Constructor for class com.adobe.internal.xmp.options.ParseOptions
Sets the options to the default values.
PROP_ARRAY - Static variable in class com.adobe.internal.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.internal.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.internal.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.internal.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.internal.xmp.options.AliasOptions
This is a direct mapping.
PropertyOptions - Class in com.adobe.internal.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.internal.xmp.options.PropertyOptions
Default constructor
PropertyOptions(int) - Constructor for class com.adobe.internal.xmp.options.PropertyOptions
Intialization constructor

Q

QUALIFIER - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 

R

RDF_TYPE - Static variable in interface com.adobe.internal.xmp.XMPConst
rdf:type qualfifier
READONLY_PACKET - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
Mark packet as read-only.
registerNamespace(String, String) - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
Register a namespace URI with a suggested prefix.
removeProperties(XMPMeta, String, String, boolean, boolean) - Static method in class com.adobe.internal.xmp.XMPUtils
Remove multiple properties from an XMP object.
REQUIRE_XMP_META - Static variable in class com.adobe.internal.xmp.options.ParseOptions
Require a surrounding "x:xmpmeta" element in the xml-document.
reset() - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Resets the schema registry to its original state (creates a new one).
resolveAlias(String, String) - Method in interface com.adobe.internal.xmp.XMPSchemaRegistry
Determines if a name is an alias, and what it is aliased to.

S

SCHEMA_NODE - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
separateArrayItems(XMPMeta, String, String, String, PropertyOptions, boolean) - Static method in class com.adobe.internal.xmp.XMPUtils
Separate a single edit string into an array of strings.
serialize(XMPMeta, OutputStream) - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Serializes an XMPMeta-object as RDF into an OutputStream with default options.
serialize(XMPMeta, OutputStream, SerializeOptions) - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Serializes an XMPMeta-object as RDF into an OutputStream.
SerializeOptions - Class in com.adobe.internal.xmp.options
SerializeOptions() - Constructor for class com.adobe.internal.xmp.options.SerializeOptions
Default constructor.
SerializeOptions(int) - Constructor for class com.adobe.internal.xmp.options.SerializeOptions
Constructor using inital options
serializeToBuffer(XMPMeta, SerializeOptions) - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Serializes an XMPMeta-object as RDF into a byte buffer.
serializeToString(XMPMeta, SerializeOptions) - Static method in class com.adobe.internal.xmp.XMPMetaFactory
Serializes an XMPMeta-object as RDF into a string.
setAcceptLatin1(boolean) - Method in class com.adobe.internal.xmp.options.ParseOptions
 
setArray(boolean) - Method in class com.adobe.internal.xmp.options.AliasOptions
 
setArray(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setArrayAlternate(boolean) - Method in class com.adobe.internal.xmp.options.AliasOptions
 
setArrayAlternate(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setArrayAltText(boolean) - Method in class com.adobe.internal.xmp.options.AliasOptions
 
setArrayAltText(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setArrayElementLimit(int) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setArrayItem(String, String, int, String, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Replaces an item within an array.
setArrayItem(String, String, int, String) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setArrayOrdered(boolean) - Method in class com.adobe.internal.xmp.options.AliasOptions
 
setArrayOrdered(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setBaseIndent(int) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setDay(int) - Method in interface com.adobe.internal.xmp.XMPDateTime
 
setDisallowDoctype(boolean) - Method in class com.adobe.internal.xmp.options.ParseOptions
 
setEncodeUTF16BE(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setEncodeUTF16LE(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setEscapeWhitespaces(boolean) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
 
setExactPacketLength(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setFixControlChars(boolean) - Method in class com.adobe.internal.xmp.options.ParseOptions
 
setHasLanguage(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setHasQualifiers(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setHasType(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setHour(int) - Method in interface com.adobe.internal.xmp.XMPDateTime
 
setIncludeThumbnailPad(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setIndent(String) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setJustChildren(boolean) - Method in class com.adobe.internal.xmp.options.IteratorOptions
Sets the option and returns the instance.
setJustLeafname(boolean) - Method in class com.adobe.internal.xmp.options.IteratorOptions
Sets the option and returns the instance.
setJustLeafnodes(boolean) - Method in class com.adobe.internal.xmp.options.IteratorOptions
Sets the option and returns the instance.
setLocalizedText(String, String, String, String, String, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Modifies the value of a selected item in an alt-text array.
setLocalizedText(String, String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setLocalTimeZone(XMPDateTime) - Static method in class com.adobe.internal.xmp.XMPDateTimeFactory
Sets the local time zone without touching any other Any existing time zone value is replaced, the other date/time fields are not adjusted in any way.
setMinute(int) - Method in interface com.adobe.internal.xmp.XMPDateTime
 
setMonth(int) - Method in interface com.adobe.internal.xmp.XMPDateTime
 
setNanoSecond(int) - Method in interface com.adobe.internal.xmp.XMPDateTime
 
setNewline(String) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setObjectName(String) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setOmitNormalization(boolean) - Method in class com.adobe.internal.xmp.options.ParseOptions
 
setOmitPacketWrapper(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setOmitQualifiers(boolean) - Method in class com.adobe.internal.xmp.options.IteratorOptions
Sets the option and returns the instance.
setOmitXmpMetaElement(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setOption(int, boolean) - Method in class com.adobe.internal.xmp.options.Options
 
setOptions(int) - Method in class com.adobe.internal.xmp.options.Options
 
setPadding(int) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setProperty(String, String, Object, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
The property value setters all take a property specification, their differences are in the form of this.
setProperty(String, String, Object) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setPropertyBase64(String, String, byte[], PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to set a property from a binary byte[]-array, which is serialized as base64-string.
setPropertyBase64(String, String, byte[]) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setPropertyBoolean(String, String, boolean, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to set a property to a literal boolean value.
setPropertyBoolean(String, String, boolean) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setPropertyCalendar(String, String, Calendar, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to set a property with a Java Calendar-object, which is serialized to an ISO8601 date.
setPropertyCalendar(String, String, Calendar) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setPropertyDate(String, String, XMPDateTime, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to set a property with an XMPDateTime-object, which is serialized to an ISO8601 date.
setPropertyDate(String, String, XMPDateTime) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setPropertyDouble(String, String, double, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to set a property to a literal double value.
setPropertyDouble(String, String, double) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setPropertyInteger(String, String, int, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to set a property to a literal int value.
setPropertyInteger(String, String, int) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setPropertyLong(String, String, long, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Convenience method to set a property to a literal long value.
setPropertyLong(String, String, long) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setQualifier(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setQualifier(String, String, String, String, String, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Provides access to a qualifier attached to a property.
setQualifier(String, String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setReadOnlyPacket(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setRequireXMPMeta(boolean) - Method in class com.adobe.internal.xmp.options.ParseOptions
 
setSchemaNode(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setSecond(int) - Method in interface com.adobe.internal.xmp.XMPDateTime
 
setSort(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setStrictAliasing(boolean) - Method in class com.adobe.internal.xmp.options.ParseOptions
 
setStruct(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setStructField(String, String, String, String, String, PropertyOptions) - Method in interface com.adobe.internal.xmp.XMPMeta
Provides access to fields within a nested structure.
setStructField(String, String, String, String, String) - Method in interface com.adobe.internal.xmp.XMPMeta
 
setTimeZone(TimeZone) - Method in interface com.adobe.internal.xmp.XMPDateTime
 
setURI(boolean) - Method in class com.adobe.internal.xmp.options.PropertyOptions
 
setUseCanonicalFormat(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setUseCompactFormat(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setUsePlainXMP(boolean) - Method in class com.adobe.internal.xmp.options.SerializeOptions
 
setXMPNodesToLimit(Map<String, Integer>) - Method in class com.adobe.internal.xmp.options.ParseOptions
 
setYear(int) - Method in interface com.adobe.internal.xmp.XMPDateTime
 
skipSiblings() - Method in interface com.adobe.internal.xmp.XMPIterator
Skip the subtree below and remaining siblings of the current node when next() is called.
skipSubtree() - Method in interface com.adobe.internal.xmp.XMPIterator
Skip the subtree below the current node when next() is called.
SORT - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
Sort the struct properties and qualifier before serializing
sort() - Method in interface com.adobe.internal.xmp.XMPMeta
Sorts the complete datamodel according to the following rules: Schema nodes are sorted by prefix.
STRICT_ALIASING - Static variable in class com.adobe.internal.xmp.options.ParseOptions
Do not reconcile alias differences, throw an exception instead.
STRUCT - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 

T

TAG_XAPMETA - Static variable in interface com.adobe.internal.xmp.XMPConst
XMP meta tag version old
TAG_XMPMETA - Static variable in interface com.adobe.internal.xmp.XMPConst
XMP meta tag version new
toPropertyOptions() - Method in class com.adobe.internal.xmp.options.AliasOptions
 
toString() - Method in class com.adobe.internal.xmp.options.Options
 
TRUESTR - Static variable in interface com.adobe.internal.xmp.XMPConst
The canonical true string value for Booleans in serialized XMP.
TYPE_DIMENSIONS - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for fields of the Dimensions type.
TYPE_FONT - Static variable in interface com.adobe.internal.xmp.XMPConst
 
TYPE_GRAPHICS - Static variable in interface com.adobe.internal.xmp.XMPConst
 
TYPE_IDENTIFIERQUAL - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for qualifiers of the xmp:Identifier property.
TYPE_IMAGE - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for fields of a graphical image.
TYPE_MANIFESTITEM - Static variable in interface com.adobe.internal.xmp.XMPConst
 
TYPE_PAGEDFILE - Static variable in interface com.adobe.internal.xmp.XMPConst
 
TYPE_RESOURCEEVENT - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for fields of the ResourceEvent type.
TYPE_RESOURCEREF - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for fields of the ResourceRef type.
TYPE_ST_JOB - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for fields of the JobRef type.
TYPE_ST_VERSION - Static variable in interface com.adobe.internal.xmp.XMPConst
The XML namespace for fields of the Version type.
TYPE_TEXT - Static variable in interface com.adobe.internal.xmp.XMPConst
 

U

UNKNOWN - Static variable in interface com.adobe.internal.xmp.XMPError
 
URI - Static variable in class com.adobe.internal.xmp.options.PropertyOptions
 
USE_CANONICAL_FORMAT - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
Use the canonical form of RDF if set.
USE_COMPACT_FORMAT - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
Use a compact form of RDF.
USE_PLAIN_XMP - Static variable in class com.adobe.internal.xmp.options.SerializeOptions
Serialize as "Plain XMP", not RDF.

W

writeAttribute(String, String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes an attribute into an open tag.
writeCData(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes CData.
writeCharacters(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes XML-characters.
writeCharacters(char[], int, int) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes a part of a char array.
writeComment(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes a comment.
writeDefaultNamespace(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes the default namespace
writeDTD(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes the DTD.
writeEmptyElement(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Differs from writeStartElement in that writeEndElement needs and must not be called.
writeEndDocument() - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Completes the document by writing the end tags for all open tags.
writeEndElement() - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes a closing tag if the tag in scope has body elements or > if its empty.
writeEntityRef(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes an entity reference.
writeNamespace(String, String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes a namespace attribute and tracks if the namespace is already defined.
writeProcessingInstruction(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes a processing instruction.
writeProcessingInstruction(String, String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes a processing instruction.
writeStartDocument() - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes the XML-header and version.
writeStartDocument(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes the XML-header and version.
writeStartDocument(String, String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes the XML-header, encoding and version.
writeStartElement(String) - Method in class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Writes a start tag.

X

X_DEFAULT - Static variable in interface com.adobe.internal.xmp.XMPConst
The x-default string for localized properties
XML_LANG - Static variable in interface com.adobe.internal.xmp.XMPConst
xml:lang qualfifier
XMLStreamWriterFactory - Class in com.adobe.internal.xmp.utils
Factory for XMLStreamWriter
XMLStreamWriterFactory() - Constructor for class com.adobe.internal.xmp.utils.XMLStreamWriterFactory
 
XMLStreamWriterImpl - Class in com.adobe.internal.xmp.utils
Uncomplete implementation of XMPStreamWriter of the upcoming XML Streaming API, that is adapted to be used for XMPCore.
XMLStreamWriterImpl(Writer, SerializeOptions) - Constructor for class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Default constructor providing a writer the XML is written to and the serializsation options to determine indents, whitespaces and lineendings.
XMLStreamWriterImpl(Writer) - Constructor for class com.adobe.internal.xmp.utils.XMLStreamWriterImpl
Default constructor providing a writer the XML is written to.
XMP_PI - Static variable in interface com.adobe.internal.xmp.XMPConst
Processing Instruction (PI) for xmp packet
XMPAliasInfo - Interface in com.adobe.internal.xmp.properties
This interface is used to return info about an alias.
XMPConst - Interface in com.adobe.internal.xmp
Common constants for the XMP Toolkit.
XMPDateTime - Interface in com.adobe.internal.xmp
The XMPDateTime-class represents a point in time up to a resolution of nano seconds.
XMPDateTimeFactory - Class in com.adobe.internal.xmp
A factory to create XMPDateTime-instances from a Calendar or an ISO 8601 string or for the current time.
XMPError - Interface in com.adobe.internal.xmp
 
XMPException - Exception in com.adobe.internal.xmp
This exception wraps all errors that occur in the XMP Toolkit.
XMPException(String, int) - Constructor for exception com.adobe.internal.xmp.XMPException
Constructs an exception with a message and an error code.
XMPException(String, int, Throwable) - Constructor for exception com.adobe.internal.xmp.XMPException
Constructs an exception with a message, an error code and a Throwable
XMPIterator - Interface in com.adobe.internal.xmp
Interface for the XMPMeta iteration services.
XMPMeta - Interface in com.adobe.internal.xmp
This class represents the set of XMP metadata as a DOM representation.
XMPMetaFactory - Class in com.adobe.internal.xmp
Creates XMPMeta-instances from an InputStream
XMPPathFactory - Class in com.adobe.internal.xmp
Utility services for the metadata object.
XMPProperty - Interface in com.adobe.internal.xmp.properties
This interface is used to return a text property together with its and options.
XMPPropertyInfo - Interface in com.adobe.internal.xmp.properties
This interface is used to return a property together with its path and namespace.
XMPSchemaRegistry - Interface in com.adobe.internal.xmp
The schema registry keeps track of all namespaces and aliases used in the XMP metadata.
XMPUtils - Class in com.adobe.internal.xmp
Utility methods for XMP.
XMPVersionInfo - Interface in com.adobe.internal.xmp
XMP Toolkit Version Information.
A B C D E F G H I J M N O P Q R S T U W X 

Copyright © 2011–2016 Adobe Systems Incorporated. All rights reserved.