Uses of Interface
com.adobe.xmp.XMPIterator
-
Packages that use XMPIterator Package Description com.adobe.xmp Package containing the xmpcore interface.com.adobe.xmp.impl Package containing the xmpcore implementation. -
-
Uses of XMPIterator in com.adobe.xmp
Methods in com.adobe.xmp that return XMPIterator Modifier and Type Method Description XMPIteratorXMPMeta. iterator()Constructs an iterator for the properties within this XMP object.XMPIteratorXMPMeta. iterator(IteratorOptions options)Constructs an iterator for the properties within this XMP object using some options.XMPIteratorXMPMeta. iterator(String schemaNS, String propName, IteratorOptions options)Construct an iterator for the properties within an XMP object. -
Uses of XMPIterator in com.adobe.xmp.impl
Classes in com.adobe.xmp.impl that implement XMPIterator Modifier and Type Class Description classXMPIteratorImplTheXMPIteratorimplementation.Methods in com.adobe.xmp.impl that return XMPIterator Modifier and Type Method Description XMPIteratorXMPMetaImpl. iterator()XMPIteratorXMPMetaImpl. iterator(IteratorOptions options)XMPIteratorXMPMetaImpl. iterator(String schemaNS, String propName, IteratorOptions options)
-