Метод | Описание | |
---|---|---|
Create ( |
Initialize the FollowingSiblingMergeIterator.
|
|
MoveNext ( |
Position this iterator to the next content or sibling node. Return IteratorResult.NoMoreNodes if there are no more content or sibling nodes. Return IteratorResult.NeedInputNode if the next input node needs to be fetched first. Return IteratorResult.HaveCurrent if the Current property is set to the next node in the iteration.
|
public Create ( |
||
filter | ||
Результат | void |
public MoveNext ( |
||
navigator | ||
Результат | IteratorResult |