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