C# Class MS.Internal.Xml.XPath.XPathSelectionIterator

Inheritance: ResetableIterator
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Clone ( ) : XPathNodeIterator
MoveNext ( ) : bool
Reset ( ) : void

Protected Methods

Method Description
XPathSelectionIterator ( XPathSelectionIterator it ) : System

Private Methods

Method Description
XPathSelectionIterator ( XPathNavigator nav, Query query ) : System

Method Details

Clone() public method

public Clone ( ) : XPathNodeIterator
return System.Xml.XPath.XPathNodeIterator

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

XPathSelectionIterator() protected method

protected XPathSelectionIterator ( XPathSelectionIterator it ) : System
it XPathSelectionIterator
return System