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

Base internal class of all XPathDocument XPathNodeIterator implementations.
Inheritance: System.Xml.XPath.XPathNodeIterator
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
ctxt XPathDocumentNavigator
pos int

Protected Methods

Method Description
XPathDocumentBaseIterator ( XPathDocumentBaseIterator iter ) : System

Create a new iterator that is a copy of "iter".

XPathDocumentBaseIterator ( XPathDocumentNavigator ctxt ) : System

Create a new iterator that is initially positioned on the "ctxt" node.

Method Details

XPathDocumentBaseIterator() protected method

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

XPathDocumentBaseIterator() protected method

Create a new iterator that is initially positioned on the "ctxt" node.
protected XPathDocumentBaseIterator ( XPathDocumentNavigator ctxt ) : System
ctxt XPathDocumentNavigator
return System

Property Details

ctxt protected property

protected XPathDocumentNavigator ctxt
return XPathDocumentNavigator

pos protected property

protected int pos
return int