Home | History | Annotate | Download | only in impl

Lines Matching refs:xmp

10 package com.adobe.xmp.impl;
31 import com.adobe.xmp.XMPConst;
32 import com.adobe.xmp.XMPError;
33 import com.adobe.xmp.XMPException;
34 import com.adobe.xmp.XMPMeta;
35 import com.adobe.xmp.options.ParseOptions;
63 * Parses the input source into an XMP metadata object, including
67 * a byte buffer containing the XMP packet.
69 * @return Returns the resulting XMP metadata object
85 XMPMetaImpl xmp = ParseRDF.parse((Node) result[0]);
86 xmp.setPacketHeader((String) result[2]);
88 // Check if the XMP object shall be normalized
91 return XMPNormalizer.process(xmp, options);
95 return xmp;
118 * a byte buffer containing the XMP packet.
178 * @param buffer a byte buffer containing the XMP packet
233 * @param input a <code>String</code> containing the XMP packet
292 * Find the XML node that is the root of the XMP data tree. Generally this
298 * If there is a root node, try to extract the version of the previous XMP