Home
last modified time | relevance | path

Searched refs:deleteEmptyValues (Results 1 – 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java515 boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues) in appendProperties() argument
548 dest, sourceProp, destSchema, replaceOldValues, deleteEmptyValues); in appendProperties()
552 if (!destSchema.hasChildren() && (createdSchema || deleteEmptyValues)) in appendProperties()
599 boolean replaceOldValues, boolean deleteEmptyValues) throws XMPException in appendSubtree() argument
604 if (deleteEmptyValues) in appendSubtree()
611 if (deleteEmptyValues && valueIsEmpty) in appendSubtree()
651 replaceOldValues, deleteEmptyValues); in appendSubtree()
652 if (deleteEmptyValues && !destNode.hasChildren()) in appendSubtree()
674 if (deleteEmptyValues && in appendSubtree()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java239 boolean replaceOldValues, boolean deleteEmptyValues) throws XMPException in appendProperties() argument
242 deleteEmptyValues); in appendProperties()