Uses of Interface
com.itextpdf.xmp.XMPIterator

Packages that use XMPIterator
com.itextpdf.xmp Package containing the xmpcore interface. 
com.itextpdf.xmp.impl Package containing the xmpcore implementation. 
 

Uses of XMPIterator in com.itextpdf.xmp
 

Methods in com.itextpdf.xmp that return XMPIterator
 XMPIterator XMPMeta.iterator()
          Constructs an iterator for the properties within this XMP object.
 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 XMPIterator in com.itextpdf.xmp.impl
 

Classes in com.itextpdf.xmp.impl that implement XMPIterator
 class XMPIteratorImpl
          The XMPIterator implementation.
 

Methods in com.itextpdf.xmp.impl that return XMPIterator
 XMPIterator XMPMetaImpl.iterator()
           
 XMPIterator XMPMetaImpl.iterator(IteratorOptions options)
           
 XMPIterator XMPMetaImpl.iterator(String schemaNS, String propName, IteratorOptions options)
           
 



Copyright © 2013. All Rights Reserved.