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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPIterator.java 17 * <code>XMPIterator</code> provides a uniform means to iterate over the
28 * returned from <code>XMPIterator#next()</code>). Beneath the root are
34 * An <code>XMPIterator</code> is created by XMPMeta#interator() constructor
42 * The <code>XMPIterator#next()</code> method delivers the schema URI, path,
68 public interface XMPIterator extends Iterator
XMPMeta.java     [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 18 import com.adobe.xmp.XMPIterator;
27 * The <code>XMPIterator</code> implementation.
34 public class XMPIteratorImpl implements XMPIterator
123 * @see XMPIterator#skipSubtree()
132 * @see XMPIterator#skipSiblings()
164 throw new UnsupportedOperationException("The XMPIterator does not support remove().");
200 * The <code>XMPIterator</code> implementation.
XMPMetaImpl.java 19 import com.adobe.xmp.XMPIterator;
1005 public XMPIterator iterator() throws XMPException
1014 public XMPIterator iterator(IteratorOptions options) throws XMPException
1023 public XMPIterator iterator(String schemaNS, String propName, IteratorOptions options)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 26 import com.adobe.xmp.XMPIterator;
182 XMPIterator iterator = xmpExtended.iterator();
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
XmpDepthDecode.java 9 import com.adobe.xmp.XMPIterator;
172 XMPIterator iterator = xmpExtended.iterator();

Completed in 210 milliseconds