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

Iterate over all content children with a particular XPathNodeType.
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 descendant.

XPathDocumentKindChildIterator ( XPathDocumentKindChildIterator iter ) : System

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.

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 descendant.
public MoveNext ( ) : bool
return bool

XPathDocumentKindChildIterator() public method

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

XPathDocumentKindChildIterator() public method

Create an iterator that ranges over all content children of "parent" having the specified XPathNodeType.
public XPathDocumentKindChildIterator ( XPathDocumentNavigator parent, XPathNodeType typ ) : System
parent XPathDocumentNavigator
typ XPathNodeType
return System