C# 클래스 iTextSharp.xmp.impl.XmpIteratorImpl.NodeIteratorChildren

This iterator is derived from the default NodeIterator, and is only used for the option IteratorOptions.JUST_CHILDREN. @since 02.10.2006
상속: NodeIterator
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
MoveNext ( ) : bool

Prepares the next node to return if not already done.

NodeIteratorChildren ( XmpIteratorImpl outerInstance, XmpNode parentNode, string parentPath ) : System

Constructor

메소드 상세

MoveNext() 공개 메소드

Prepares the next node to return if not already done.
public MoveNext ( ) : bool
리턴 bool

NodeIteratorChildren() 공개 메소드

Constructor
public NodeIteratorChildren ( XmpIteratorImpl outerInstance, XmpNode parentNode, string parentPath ) : System
outerInstance XmpIteratorImpl
parentNode XmpNode the node which children shall be iterated.
parentPath string the full path of the former node without the leaf node.
리턴 System