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

Iterate over all content descendants 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.

XPathDocumentKindDescendantIterator ( XPathDocumentKindDescendantIterator iter ) : System

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.

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

XPathDocumentKindDescendantIterator() public method

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

XPathDocumentKindDescendantIterator() public method

Create an iterator that ranges over all content descendants of "root" having the specified XPathNodeType.
public XPathDocumentKindDescendantIterator ( XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf ) : System
root XPathDocumentNavigator
typ XPathNodeType
matchSelf bool
return System