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
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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