Searched refs:doAllProperties (Results 1 - 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java103 * flag <code>doAllProperties</code> option is true. It does not matter whether the
108 * removed if the flag <code>doAllProperties</code> option is set. In addition,
114 * flag <code>doAllProperties</code> option is passed. Aliases are implicitly handled
130 * @param doAllProperties Option flag to control the deletion: do internal properties in
139 boolean doAllProperties, boolean includeAliases) throws XMPException
141 XMPUtilsImpl.removeProperties(xmp, schemaNS, propName, doAllProperties, includeAliases);
150 * @param doAllProperties Do internal properties in addition to external properties.
154 public static void appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, argument
157 appendProperties(source, dest, doAllProperties, replaceOldValues, false);
168 * <code>doAllProperties</cod
138 removeProperties(XMPMeta xmp, String schemaNS, String propName, boolean doAllProperties, boolean includeAliases) argument
238 appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java400 * @param doAllProperties
409 boolean doAllProperties, boolean includeAliases) throws XMPException
431 if (doAllProperties
457 if (removeSchemaChildren(schemaNode, doAllProperties))
496 if (removeSchemaChildren(schema, doAllProperties))
509 * @param doAllProperties Do internal properties in addition to external properties.
515 boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues)
544 if (doAllProperties
563 * <code>doAllProperties</code>. Empty schemas are automatically remove
568 * @param doAllProperties
408 removeProperties(XMPMeta xmp, String schemaNS, String propName, boolean doAllProperties, boolean includeAliases) argument
514 appendProperties(XMPMeta source, XMPMeta destination, boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues) argument
572 removeSchemaChildren(XMPNode schemaNode, boolean doAllProperties) argument
[all...]

Completed in 102 milliseconds