Uses of Class
com.adobe.xmp.options.IteratorOptions
-
Packages that use IteratorOptions Package Description com.adobe.xmp Package containing the xmpcore interface.com.adobe.xmp.impl Package containing the xmpcore implementation.com.adobe.xmp.options Package containing the option classes. -
-
Uses of IteratorOptions in com.adobe.xmp
Methods in com.adobe.xmp with parameters of type IteratorOptions Modifier and Type Method Description XMPIteratorXMPMeta. iterator(IteratorOptions options)Constructs an iterator for the properties within this XMP object using some options.XMPIteratorXMPMeta. iterator(String schemaNS, String propName, IteratorOptions options)Construct an iterator for the properties within an XMP object. -
Uses of IteratorOptions in com.adobe.xmp.impl
Methods in com.adobe.xmp.impl that return IteratorOptions Modifier and Type Method Description protected IteratorOptionsXMPIteratorImpl. getOptions()Methods in com.adobe.xmp.impl with parameters of type IteratorOptions Modifier and Type Method Description XMPIteratorXMPMetaImpl. iterator(IteratorOptions options)XMPIteratorXMPMetaImpl. iterator(String schemaNS, String propName, IteratorOptions options)Constructors in com.adobe.xmp.impl with parameters of type IteratorOptions Constructor Description XMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, String propPath, IteratorOptions options)Constructor with optionsl initial values. -
Uses of IteratorOptions in com.adobe.xmp.options
Methods in com.adobe.xmp.options that return IteratorOptions Modifier and Type Method Description IteratorOptionsIteratorOptions. setJustChildren(boolean value)Sets the option and returns the instance.IteratorOptionsIteratorOptions. setJustLeafname(boolean value)Sets the option and returns the instance.IteratorOptionsIteratorOptions. setJustLeafnodes(boolean value)Sets the option and returns the instance.IteratorOptionsIteratorOptions. setOmitQualifiers(boolean value)Sets the option and returns the instance.
-