HomeSort by relevance Sort by last modified time
    Searched refs:XMPMetaImpl (Results 1 - 10 of 10) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMetaFactory.java 15 import com.adobe.xmp.impl.XMPMetaImpl;
58 return new XMPMetaImpl();
190 XMPSerializerHelper.serialize((XMPMetaImpl) xmp, out, options);
206 return XMPSerializerHelper.serializeToBuffer((XMPMetaImpl) xmp, options);
223 return XMPSerializerHelper.serializeToString((XMPMetaImpl) xmp, options);
228 * @param xmp Asserts that xmp is compatible to <code>XMPMetaImpl</code>.s
232 if (!(xmp instanceof XMPMetaImpl))
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerHelper.java 38 public static void serialize(XMPMetaImpl xmp, OutputStream out,
64 public static String serializeToString(XMPMetaImpl xmp, SerializeOptions options)
95 public static byte[] serializeToBuffer(XMPMetaImpl xmp, SerializeOptions options)
ParseRDF.java 87 static XMPMetaImpl parse(Node xmlRoot) throws XMPException
89 XMPMetaImpl xmp = new XMPMetaImpl();
104 static void rdf_RDF(XMPMetaImpl xmp, Node rdfRdfNode) throws XMPException
127 private static void rdf_NodeElementList(XMPMetaImpl xmp, XMPNode xmpParent, Node rdfRdfNode)
161 private static void rdf_NodeElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode,
204 private static void rdf_NodeElementAttrs(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode,
280 private static void rdf_PropertyElementList(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlParent,
361 private static void rdf_PropertyElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode,
486 private static void rdf_ResourcePropertyElement(XMPMetaImpl xmp, XMPNode xmpParent
    [all...]
XMPUtilsImpl.java 98 XMPMetaImpl xmpImpl = (XMPMetaImpl) xmp;
180 XMPMetaImpl xmpImpl = (XMPMetaImpl) xmp;
344 PropertyOptions arrayOptions, XMPMetaImpl xmp) throws XMPException
412 XMPMetaImpl xmpImpl = (XMPMetaImpl) xmp;
521 XMPMetaImpl src = (XMPMetaImpl) source;
522 XMPMetaImpl dest = (XMPMetaImpl) destination
    [all...]
ParameterAsserts.java 136 * ({@link XMPMetaImpl}).
147 else if (!(xmp instanceof XMPMetaImpl))
XMPMetaParser.java 85 XMPMetaImpl xmp = ParseRDF.parse((Node) result[0]);
101 return new XMPMetaImpl();
XMPNormalizer.java 60 static XMPMeta process(XMPMetaImpl xmp, ParseOptions options) throws XMPException
127 private static void touchUpDataModel(XMPMetaImpl xmp) throws XMPException
595 ((XMPMetaImpl) xmp).getRoot(), XMPConst.NS_DC, true);
XMPIteratorImpl.java 57 public XMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, String propPath,
XMPMetaImpl.java 36 public class XMPMetaImpl implements XMPMeta, XMPConst
64 public XMPMetaImpl()
78 public XMPMetaImpl(XMPNode tree)
646 * of {@link XMPMetaImpl#VALUE_STRING}, {@link XMPMetaImpl#VALUE_BOOLEAN},
647 * {@link XMPMetaImpl#VALUE_INTEGER}, {@link XMPMetaImpl#VALUE_LONG},
648 * {@link XMPMetaImpl#VALUE_DOUBLE}, {@link XMPMetaImpl#VALUE_DATE},
649 * {@link XMPMetaImpl#VALUE_CALENDAR}, {@link XMPMetaImpl#VALUE_BASE64}
    [all...]
XMPSerializerRDF.java 70 private XMPMetaImpl xmp;
103 this.xmp = (XMPMetaImpl) xmp;
    [all...]

Completed in 943 milliseconds