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

Inheritance: BaseAxisQuery
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
FollowingQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System
Reset ( ) : void

Private Methods

Method Description
FollowingQuery ( FollowingQuery other ) : System

Method Details

Advance() public method

public Advance ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator

Clone() public method

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

FollowingQuery() public method

public FollowingQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System
qyInput Query
name string
prefix string
typeTest XPathNodeType
return System

Reset() public method

public Reset ( ) : void
return void