Uses of Interface
com.itextpdf.kernel.xmp.XMPIterator
-
Uses of XMPIterator in com.itextpdf.kernel.xmp
Modifier 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.kernel.xmp.impl
Modifier and TypeMethodDescriptionXMPMetaImpl.iterator()
XMPMetaImpl.iterator
(IteratorOptions options) XMPMetaImpl.iterator
(String schemaNS, String propName, IteratorOptions options)