Searched refs:IteratorOptions (Results 1 – 4 of 4) sorted by relevance
18 public final class IteratorOptions extends Options class75 public IteratorOptions setJustChildren(boolean value) in setJustChildren()88 public IteratorOptions setJustLeafname(boolean value) in setJustLeafname()101 public IteratorOptions setJustLeafnodes(boolean value) in setJustLeafnodes()114 public IteratorOptions setOmitQualifiers(boolean value) in setOmitQualifiers()
21 import com.adobe.xmp.options.IteratorOptions;37 private IteratorOptions options;58 IteratorOptions options) throws XMPException in XMPIteratorImpl()61 this.options = options != null ? options : new IteratorOptions(); in XMPIteratorImpl()171 protected IteratorOptions getOptions() in getOptions()
25 import com.adobe.xmp.options.IteratorOptions;1014 public XMPIterator iterator(IteratorOptions options) throws XMPException1023 public XMPIterator iterator(String schemaNS, String propName, IteratorOptions options)
14 import com.adobe.xmp.options.IteratorOptions;1086 XMPIterator iterator(IteratorOptions options) throws XMPException; in iterator()1108 IteratorOptions options) throws XMPException; in iterator()