Method | Description | |
---|---|---|
Clone ( ) : |
Create a copy of this iterator.
|
|
MoveNext ( ) : bool |
Position the iterator to the next matching child.
|
|
XPathDocumentElementChildIterator ( |
Create a new iterator that is a copy of "iter".
|
|
XPathDocumentElementChildIterator ( XPathDocumentNavigator parent, string name, string namespaceURI ) : System |
Create an iterator that ranges over all element children of "parent" having the specified QName.
|
public Clone ( ) : |
||
return |
public XPathDocumentElementChildIterator ( |
||
iter | ||
return | System |
public XPathDocumentElementChildIterator ( XPathDocumentNavigator parent, string name, string namespaceURI ) : System | ||
parent | XPathDocumentNavigator | |
name | string | |
namespaceURI | string | |
return | System |