C# Класс iTextSharp.xmp.impl.XmpIteratorImpl

The XMPIterator implementation. Iterates the XMP Tree according to a set of options. During the iteration the XMPMeta-object must not be changed. Calls to skipSubtree() / skipSiblings() will affect the iteration. @since 29.06.2006
Наследование: IXmpIterator
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
skipSubtree bool

Открытые методы

Метод Описание
MoveNext ( ) : bool
Reset ( ) : void
SkipSiblings ( ) : void
SkipSubtree ( ) : void
XmpIteratorImpl ( XmpMetaImpl xmp, string schemaNs, string propPath, IteratorOptions options ) : System

Constructor with optionsl initial values. If propName is provided, schemaNs has also be provided.

Описание методов

MoveNext() публичный Метод

public MoveNext ( ) : bool
Результат bool

Reset() публичный Метод

public Reset ( ) : void
Результат void

SkipSiblings() публичный Метод

public SkipSiblings ( ) : void
Результат void

SkipSubtree() публичный Метод

public SkipSubtree ( ) : void
Результат void

XmpIteratorImpl() публичный Метод

Constructor with optionsl initial values. If propName is provided, schemaNs has also be provided.
If the node defined by the paramters is not existing.
public XmpIteratorImpl ( XmpMetaImpl xmp, string schemaNs, string propPath, IteratorOptions options ) : System
xmp XmpMetaImpl the iterated metadata object.
schemaNs string the iteration is reduced to this schema (optional)
propPath string the iteration is redurce to this property within the schemaNs
options IteratorOptions advanced iteration options, see
Результат System

Описание свойств

skipSubtree защищенное свойство

flag to indicate that skipSiblings() has been called.
protected bool skipSubtree
Результат bool