Метод | Описание | |
---|---|---|
Create ( |
Initialize the XPathFollowingIterator (no possibility of duplicates).
|
|
MoveNext ( ) : bool |
Position this iterator to the next following node. Return false if there are no more following nodes. Return true if the Current property is set to the next node in the iteration.
|
Метод | Описание | |
---|---|---|
MoveFirst ( |
Position "nav" to the matching node which follows it in document order but is not a descendant node. Return false if this is no such matching node.
|
public Create ( |
||
input | ||
filter | ||
Результат | void |