Home
last modified time | relevance | path

Searched defs:doAllProperties (Results 1 – 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java139 boolean doAllProperties, boolean includeAliases) throws XMPException in removeProperties()
154 public static void appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, in appendProperties()
238 public static void appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, in appendProperties()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java409 boolean doAllProperties, boolean includeAliases) throws XMPException in removeProperties()
515 boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues) in appendProperties()
572 private static boolean removeSchemaChildren(XMPNode schemaNode, boolean doAllProperties) in removeSchemaChildren()