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