Method | Description | |
---|---|---|
Clone ( ) : |
Create a copy of this iterator.
|
|
MoveNext ( ) : bool |
Position the iterator to the next descendant.
|
|
XPathDocumentKindChildIterator ( |
Create a new iterator that is a copy of "iter".
|
|
XPathDocumentKindChildIterator ( XPathDocumentNavigator parent, XPathNodeType typ ) : System |
Create an iterator that ranges over all content children of "parent" having the specified XPathNodeType.
|
public Clone ( ) : |
||
return |
public XPathDocumentKindChildIterator ( |
||
iter | ||
return | System |
public XPathDocumentKindChildIterator ( XPathDocumentNavigator parent, XPathNodeType typ ) : System | ||
parent | XPathDocumentNavigator | |
typ | XPathNodeType | |
return | System |