Searched refs:XMPMeta (Results 1 - 11 of 11) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMetaFactory.java24 * Creates <code>XMPMeta</code>-instances from an <code>InputStream</code>
54 * @return Returns an empty <code>XMPMeta</code>-object.
56 public static XMPMeta create()
67 * @return Returns the <code>XMPMeta</code>-object created from the input.
70 public static XMPMeta parse(InputStream in) throws XMPException
94 * @return Returns the <code>XMPMeta</code>-object created from the input.
97 public static XMPMeta parse(InputStream in, ParseOptions options)
109 * @return Returns the <code>XMPMeta</code>-object created from the input.
112 public static XMPMeta parseFromString(String packet) throws XMPException
119 * Creates an <code>XMPMeta</cod
[all...]
H A DXMPUtils.java57 public static String catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName,
83 public static void separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName,
138 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName,
154 public static void appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties,
238 public static void appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties,
H A DXMPMeta.java27 public interface XMPMeta extends Cloneable interface in inherits:Cloneable
204 * @see XMPMeta#setProperty(String, String, Object, PropertyOptions)
228 * the last existing item, use {@link XMPMeta#countArrayItems(String, String)} to find
244 * @see XMPMeta#setArrayItem(String, String, int, String, PropertyOptions)
285 * @see XMPMeta#insertArrayItem(String, String, int, String, PropertyOptions)
319 * {@link XMPMeta#appendArrayItem(String, String, String)}.
333 * @see XMPMeta#appendArrayItem(String, String, PropertyOptions, String, PropertyOptions)
375 * @see XMPMeta#setStructField(String, String, String, String, String, PropertyOptions)
426 * @see XMPMeta#setQualifier(String, String, String, String, String, PropertyOptions)
694 * @see XMPMeta#setLocalizedTex
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPProperty.java12 import com.adobe.xmp.XMPMeta;
36 * Only set by {@link XMPMeta#getLocalizedText(String, String, String, String)}.
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParameterAsserts.java15 import com.adobe.xmp.XMPMeta;
140 public static void assertImplementation(XMPMeta xmp) throws XMPException
149 throw new XMPException("The XMPMeta-object is not compatible with this implementation",
H A DXMPUtilsImpl.java19 import com.adobe.xmp.XMPMeta;
58 * @see XMPUtils#catenateArrayItems(XMPMeta, String, String, String, String,
83 public static String catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName,
147 * see {@link XMPUtils#separateArrayItems(XMPMeta, String, String, String,
169 public static void separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName,
388 * @see XMPUtils#removeProperties(XMPMeta, String, String, boolean, boolean)
408 public static void removeProperties(XMPMeta xmp, String schemaNS, String propName,
506 * @see XMPUtils#appendProperties(XMPMeta, XMPMeta, boolean, boolean)
514 public static void appendProperties(XMPMeta sourc
[all...]
H A DXMPMetaParser.java34 import com.adobe.xmp.XMPMeta;
72 public static XMPMeta parse(Object input, ParseOptions options) throws XMPException
H A DXMPNormalizer.java21 import com.adobe.xmp.XMPMeta;
54 * Normalizes a raw parsed XMPMeta-Object
60 static XMPMeta process(XMPMetaImpl xmp, ParseOptions options) throws XMPException
590 private static void migrateAudioCopyright (XMPMeta xmp, XMPNode dmCopyright)
H A DXMPSerializerRDF.java23 import com.adobe.xmp.XMPMeta;
29 * Serializes the <code>XMPMeta</code>-object using the standard RDF serialization format.
95 public void serialize(XMPMeta xmp, OutputStream out,
H A DXMPMetaImpl.java20 import com.adobe.xmp.XMPMeta;
32 * Implementation for {@link XMPMeta}.
36 public class XMPMetaImpl implements XMPMeta, XMPConst
85 * @see XMPMeta#appendArrayItem(String, String, PropertyOptions, String,
154 * @see XMPMeta#appendArrayItem(String, String, String)
165 * @see XMPMeta#countArrayItems(String, String)
192 * @see XMPMeta#deleteArrayItem(String, String, int)
212 * @see XMPMeta#deleteProperty(String, String)
237 * @see XMPMeta#deleteQualifier(String, String, String, String)
258 * @see XMPMeta#deleteStructFiel
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DSerializeOptions.java13 import com.adobe.xmp.XMPMeta;
18 * Options for {@link XMPMetaFactory#serializeToBuffer(XMPMeta, SerializeOptions)}.

Completed in 116 milliseconds