메소드 | 설명 | |
---|---|---|
Clone ( ) : |
Create a copy of this iterator.
|
|
MoveNext ( ) : bool |
Position the iterator to the next descendant.
|
|
XPathDocumentKindDescendantIterator ( |
Create a new iterator that is a copy of "iter".
|
|
XPathDocumentKindDescendantIterator ( XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf ) : System |
Create an iterator that ranges over all content descendants of "root" having the specified XPathNodeType.
|
public XPathDocumentKindDescendantIterator ( |
||
iter | ||
리턴 | System |
public XPathDocumentKindDescendantIterator ( XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf ) : System | ||
root | XPathDocumentNavigator | |
typ | XPathNodeType | |
matchSelf | bool | |
리턴 | System |