Uses of Class
com.itextpdf.xmp.options.IteratorOptions

Packages that use IteratorOptions
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
 XMPIterator XMPMeta.iterator(IteratorOptions options)
          Constructs an iterator for the properties within this XMP object using some options.
 XMPIterator XMPMeta.iterator(String schemaNS, String propName, IteratorOptions options)
          Construct an iterator for the properties within an XMP object.
 

Uses of IteratorOptions in com.itextpdf.xmp.impl
 

Methods in com.itextpdf.xmp.impl that return IteratorOptions
protected  IteratorOptions XMPIteratorImpl.getOptions()
           
 

Methods in com.itextpdf.xmp.impl with parameters of type IteratorOptions
 XMPIterator XMPMetaImpl.iterator(IteratorOptions options)
           
 XMPIterator XMPMetaImpl.iterator(String schemaNS, String propName, IteratorOptions options)
           
 

Constructors in com.itextpdf.xmp.impl with parameters of type IteratorOptions
XMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, 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
 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.
 



Copyright © 2013. All Rights Reserved.