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

Inheritance: BaseAxisQuery
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
FollowingQuery ( FollowingQuery other ) : System

Method Details

Advance() public méthode

public Advance ( ) : XPathNavigator
Résultat System.Xml.XPath.XPathNavigator

Clone() public méthode

public Clone ( ) : XPathNodeIterator
Résultat System.Xml.XPath.XPathNodeIterator

FollowingQuery() public méthode

public FollowingQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System
qyInput Query
name string
prefix string
typeTest XPathNodeType
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void