Uses of Interface
com.itextpdf.xmp.XMPIterator
Packages that use XMPIterator
Package
Description
Package containing the xmpcore interface.
Package containing the xmpcore implementation.
-
Uses of XMPIterator in com.itextpdf.xmp
Methods in com.itextpdf.xmp that return XMPIteratorModifier and TypeMethodDescriptionXMPMeta.iterator()
Constructs an iterator for the properties within this XMP object.XMPMeta.iterator
(IteratorOptions options) Constructs an iterator for the properties within this XMP object using some options.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 XMPIteratorMethods in com.itextpdf.xmp.impl that return XMPIteratorModifier and TypeMethodDescriptionXMPMetaImpl.iterator()
XMPMetaImpl.iterator
(IteratorOptions options) XMPMetaImpl.iterator
(String schemaNS, String propName, IteratorOptions options)