Метод | Описание | |
---|---|---|
Create ( |
Initialize the XPathPrecedingDocOrderIterator (return preceding nodes in document order, no possibility of duplicates).
|
|
MoveNext ( ) : bool |
Position this iterator to the next preceding node. Return false if there are no more preceding nodes. Return true if the Current property is set to the next node in the iteration.
|
Метод | Описание | |
---|---|---|
PushAncestors ( ) : void |
Push all ancestors of this.navCurrent onto a stack. The set of preceding nodes should not contain any of these ancestors.
|
public Create ( |
||
input | ||
filter | ||
Результат | void |