C# Class MS.Internal.Xml.Cache.XPathDocumentElementChildIterator

Iterate over all element children with a particular QName.
Inheritance: XPathDocumentBaseIterator
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Clone ( ) : XPathNodeIterator

Create a copy of this iterator.

MoveNext ( ) : bool

Position the iterator to the next matching child.

XPathDocumentElementChildIterator ( XPathDocumentElementChildIterator iter ) : System

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.

Method Details

Clone() public method

Create a copy of this iterator.
public Clone ( ) : XPathNodeIterator
return System.Xml.XPath.XPathNodeIterator

MoveNext() public method

Position the iterator to the next matching child.
public MoveNext ( ) : bool
return bool

XPathDocumentElementChildIterator() public method

Create a new iterator that is a copy of "iter".
public XPathDocumentElementChildIterator ( XPathDocumentElementChildIterator iter ) : System
iter XPathDocumentElementChildIterator
return System

XPathDocumentElementChildIterator() public method

Create an iterator that ranges over all element children of "parent" having the specified QName.
public XPathDocumentElementChildIterator ( XPathDocumentNavigator parent, string name, string namespaceURI ) : System
parent XPathDocumentNavigator
name string
namespaceURI string
return System