Uses of Class
org.verapdf.xmp.options.IteratorOptions
Packages that use IteratorOptions
Package
Description
Package containing the xmpcore interface.
Package containing the xmpcore implementation.
Package containing the option classes.
-
Uses of IteratorOptions in org.verapdf.xmp
Methods in org.verapdf.xmp with parameters of type IteratorOptionsModifier and TypeMethodDescriptionXMPMeta.iterator(String schemaNS, String propName, IteratorOptions options) Construct an iterator for the properties within an XMP object.XMPMeta.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 IteratorOptionsMethods in org.verapdf.xmp.impl with parameters of type IteratorOptionsModifier and TypeMethodDescriptionXMPMetaImpl.iterator(String schemaNS, String propName, IteratorOptions options) XMPMetaImpl.iterator(IteratorOptions options) Constructors in org.verapdf.xmp.impl with parameters of type IteratorOptionsModifierConstructorDescriptionXMPIteratorImpl(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 IteratorOptionsModifier and TypeMethodDescriptionIteratorOptions.setJustChildren(boolean value) Sets the option and returns the instance.IteratorOptions.setJustLeafname(boolean value) Sets the option and returns the instance.IteratorOptions.setJustLeafnodes(boolean value) Sets the option and returns the instance.IteratorOptions.setOmitQualifiers(boolean value) Sets the option and returns the instance.