C# Class 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
Inheritance: NodeIterator
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
MoveNext ( ) : bool

Prepares the next node to return if not already done.

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

Constructor

Method Details

MoveNext() public method

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

NodeIteratorChildren() public method

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.
return System