Method | Description | |
---|---|---|
Create ( |
Initialize the DescendantIterator (merge multiple sets of descendant nodes in document order and remove duplicates).
|
|
MoveNext ( |
Position this iterator to the next descendant node. Return IteratorResult.NoMoreNodes if there are no more descendant nodes. Return IteratorResult.NeedInputNode if the next input node needs to be fetched. Return IteratorResult.HaveCurrent if the Current property is set to the next node in the iteration.
|
public Create ( |
||
filter | ||
orSelf | bool | |
return | void |
public MoveNext ( |
||
input | ||
return | IteratorResult |