Uses of Interface
com.itextpdf.xmp.XMPIterator
-
Packages that use XMPIterator Package Description 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 Modifier and Type Method Description 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(java.lang.String schemaNS, java.lang.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 Modifier and Type Class Description class
XMPIteratorImpl
TheXMPIterator
implementation.Methods in com.itextpdf.xmp.impl that return XMPIterator Modifier and Type Method Description XMPIterator
XMPMetaImpl. iterator()
XMPIterator
XMPMetaImpl. iterator(IteratorOptions options)
XMPIterator
XMPMetaImpl. iterator(java.lang.String schemaNS, java.lang.String propName, IteratorOptions options)
-