Uses of Class
org.verapdf.xmp.options.IteratorOptions
-
Packages that use IteratorOptions Package Description org.verapdf.xmp Package containing the xmpcore interface.org.verapdf.xmp.impl Package containing the xmpcore implementation.org.verapdf.xmp.options Package containing the option classes. -
-
Uses of IteratorOptions in org.verapdf.xmp
Methods in org.verapdf.xmp with parameters of type IteratorOptions Modifier and Type Method Description XMPIteratorXMPMeta. iterator(String schemaNS, String propName, IteratorOptions options)Construct an iterator for the properties within an XMP object.XMPIteratorXMPMeta. iterator(IteratorOptions options)Constructs an iterator for the properties within this XMP object using some options. -
Uses of IteratorOptions in org.verapdf.xmp.impl
Methods in org.verapdf.xmp.impl that return IteratorOptions Modifier and Type Method Description protected IteratorOptionsXMPIteratorImpl. getOptions()Methods in org.verapdf.xmp.impl with parameters of type IteratorOptions Modifier and Type Method Description XMPIteratorXMPMetaImpl. iterator(String schemaNS, String propName, IteratorOptions options)XMPIteratorXMPMetaImpl. iterator(IteratorOptions options)Constructors in org.verapdf.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 org.verapdf.xmp.options
Methods in org.verapdf.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.
-