Package | Description |
---|---|
com.itextpdf.xmp |
Package containing the xmpcore interface.
|
com.itextpdf.xmp.impl |
Package containing the xmpcore implementation.
|
com.itextpdf.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(String schemaNS, String propName, IteratorOptions options)
Construct an iterator for the properties within an XMP object.
|
Modifier and Type | Method and Description |
---|---|
protected IteratorOptions |
XMPIteratorImpl.getOptions() |
Modifier and Type | Method and Description |
---|---|
XMPIterator |
XMPMetaImpl.iterator(IteratorOptions options) |
XMPIterator |
XMPMetaImpl.iterator(String schemaNS, String propName, IteratorOptions options) |
Constructor and Description |
---|
XMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, String propPath, IteratorOptions options)
Constructor with optionsl initial values.
|
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 © 2016. All rights reserved.