| Package | Description |
|---|---|
| com.adobe.xmp |
Package containing the xmpcore interface.
|
| com.adobe.xmp.options |
Package containing the option classes.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
IteratorOptions |
IteratorOptions.setJustChildren(boolean value)
Sets the option and returns the instance.
|
IteratorOptions |
IteratorOptions.setJustLeafname(boolean value)
Sets the option and returns the instance.
|
IteratorOptions |
IteratorOptions.setJustLeafnodes(boolean value)
Sets the option and returns the instance.
|
IteratorOptions |
IteratorOptions.setOmitQualifiers(boolean value)
Sets the option and returns the instance.
|
Copyright © 2006-2007 Adobe Systems Inc. All Rights Reserved.