Home | History | Annotate | Download | only in impl

Lines Matching refs:xmp

10 package com.adobe.xmp.impl;
12 import com.adobe.xmp.XMPConst;
13 import com.adobe.xmp.XMPError;
14 import com.adobe.xmp.XMPException;
15 import com.adobe.xmp.XMPMeta;
135 * Asserts that the xmp object is of this implemention
137 * @param xmp the XMP object
140 public static void assertImplementation(XMPMeta xmp) throws XMPException
142 if (xmp == null)
147 else if (!(xmp instanceof XMPMetaImpl))