Метод | Описание | |
---|---|---|
Clone ( ) : |
Create a copy of this iterator.
|
|
MoveNext ( ) : bool |
Position the iterator to the next descendant.
|
|
XPathDocumentElementDescendantIterator ( |
Create a new iterator that is a copy of "iter".
|
|
XPathDocumentElementDescendantIterator ( XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf ) : System |
Create an iterator that ranges over all element descendants of "root" having the specified QName.
|
public Clone ( ) : |
||
Результат |
public XPathDocumentElementDescendantIterator ( |
||
iter | ||
Результат | System |
public XPathDocumentElementDescendantIterator ( XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf ) : System | ||
root | XPathDocumentNavigator | |
name | string | |
namespaceURI | string | |
matchSelf | bool | |
Результат | System |