iText 8.0.2 API
|
The More...
Public Member Functions |
|
XMPIteratorImpl (XMPMetaImpl xmp, String schemaNS, String propPath, IteratorOptions options) | |
Constructor with optionsl initial values. More... |
|
virtual void | SkipSubtree () |
|
|
virtual void | SkipSiblings () |
|
|
virtual bool | MoveNext () |
|
|
virtual void | Reset () |
Properties |
|
virtual Object | Current [get] |
|
|
The
XMPIterator
implementation.
The
implementation. Iterates the XMP Tree according to a set of options. During the iteration the XMPMeta-object must not be changed. Calls to
/
will affect the iteration.
|
inline |
Constructor with optionsl initial values.
Constructor with optionsl initial values. If
is provided,
has also be provided.
xmp | the iterated metadata object. |
schemaNS | the iteration is reduced to this schema (optional) |
propPath | the iteration is redurce to this property within the
schemaNS
|
options | advanced iteration options, see iText.Kernel.XMP.Options.IteratorOptions |