Home | History | Annotate | Download | only in impl

Lines Matching refs:xmp

10 package com.adobe.xmp.impl;
16 import com.adobe.xmp.XMPError;
17 import com.adobe.xmp.XMPException;
18 import com.adobe.xmp.XMPIterator;
19 import com.adobe.xmp.impl.xpath.XMPPath;
20 import com.adobe.xmp.impl.xpath.XMPPathParser;
21 import com.adobe.xmp.options.IteratorOptions;
22 import com.adobe.xmp.options.PropertyOptions;
23 import com.adobe.xmp.properties.XMPPropertyInfo;
28 * Iterates the XMP Tree according to a set of options.
51 * @param xmp the iterated metadata object.
57 public XMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, String propPath,
72 startNode = xmp.getRoot();
86 startNode = XMPNodeUtils.findNode(xmp.getRoot(), path, false, null);
93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false);