Searched refs:XMPMeta (Results 1 – 11 of 11) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPMetaFactory.java | 56 public static XMPMeta create() in create() 70 public static XMPMeta parse(InputStream in) throws XMPException in parse() 97 public static XMPMeta parse(InputStream in, ParseOptions options) in parse() 112 public static XMPMeta parseFromString(String packet) throws XMPException in parseFromString() 127 public static XMPMeta parseFromString(String packet, ParseOptions options) in parseFromString() 142 public static XMPMeta parseFromBuffer(byte[] buffer) throws XMPException in parseFromBuffer() 157 public static XMPMeta parseFromBuffer(byte[] buffer, in parseFromBuffer() 172 public static void serialize(XMPMeta xmp, OutputStream out) throws XMPException in serialize() 186 public static void serialize(XMPMeta xmp, OutputStream out, SerializeOptions options) in serialize() 202 public static byte[] serializeToBuffer(XMPMeta xmp, SerializeOptions options) in serializeToBuffer() [all …]
|
D | XMPUtils.java | 57 public static String catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, in catenateArrayItems() 83 public static void separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, in separateArrayItems() 138 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName, 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()
|
D | XMPMeta.java | 27 public interface XMPMeta extends Cloneable interface
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ParameterAsserts.java | 15 import com.adobe.xmp.XMPMeta; 140 public static void assertImplementation(XMPMeta xmp) throws XMPException in assertImplementation()
|
D | XMPUtilsImpl.java | 19 import com.adobe.xmp.XMPMeta; 83 public static String catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, in catenateArrayItems() 169 public static void separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, in separateArrayItems() 408 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName, in removeProperties() 514 public static void appendProperties(XMPMeta source, XMPMeta destination, in appendProperties()
|
D | XMPMetaParser.java | 34 import com.adobe.xmp.XMPMeta; 72 public static XMPMeta parse(Object input, ParseOptions options) throws XMPException in parse()
|
D | XMPNormalizer.java | 21 import com.adobe.xmp.XMPMeta; 60 static XMPMeta process(XMPMetaImpl xmp, ParseOptions options) throws XMPException in process() 590 private static void migrateAudioCopyright (XMPMeta xmp, XMPNode dmCopyright) in migrateAudioCopyright()
|
D | XMPSerializerRDF.java | 23 import com.adobe.xmp.XMPMeta; 95 public void serialize(XMPMeta xmp, OutputStream out, in serialize()
|
D | XMPMetaImpl.java | 20 import com.adobe.xmp.XMPMeta; 36 public class XMPMetaImpl implements XMPMeta, XMPConst
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/ |
D | XMPProperty.java | 12 import com.adobe.xmp.XMPMeta;
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
D | SerializeOptions.java | 13 import com.adobe.xmp.XMPMeta;
|