Home | History | Annotate | Download | only in xmp

Lines Matching defs:xmp

10 package com.adobe.xmp;
12 import com.adobe.xmp.impl.Base64;
13 import com.adobe.xmp.impl.ISO8601Converter;
14 import com.adobe.xmp.impl.XMPUtilsImpl;
15 import com.adobe.xmp.options.PropertyOptions;
19 * Utility methods for XMP. I included only those that are different from the
36 * @param xmp
37 * The XMP object containing the array to be catenated.
57 public static String catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName,
61 .catenateArrayItems(xmp, schemaNS, arrayName, separator, quotes, allowCommas);
68 * @param xmp
69 * The XMP object containing the array to be updated.
83 public static void separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName,
87 XMPUtilsImpl.separateArrayItems(xmp, schemaNS, arrayName, catedStr, arrayOptions,
93 * Remove multiple properties from an XMP object.
120 * @param xmp
121 * The XMP object containing the properties to be removed.
138 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName,
141 XMPUtilsImpl.removeProperties(xmp, schemaNS, propName, doAllProperties, includeAliases);
148 * @param source The source XMP object.
149 * @param dest The destination XMP object.
162 * <p>Append properties from one XMP object to another.
166 * XMP object (source) to another (dest). The default operation is to append only external
185 * <li>If <code>deleteEmptyValues</code> is passed then an empty value in the source XMP causes
186 * the corresponding destination XMP property to be deleted. The default is to treat empty
224 * the XMP contains large arrays. The array item checking described above is n-squared.
231 * @param source The source XMP object.
232 * @param dest The destination XMP object.
291 * @return The XMP string representation of the boolean. The values used are