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

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
FollSiblingQuery ( Query qyInput, string name, string prefix, XPathNodeType type ) : System
Reset ( ) : void

Private Methods

Méthode Description
FetchInput ( ) : XPathNavigator
FollSiblingQuery ( FollSiblingQuery other ) : System
Visited ( XPathNavigator nav ) : bool

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

FollSiblingQuery() public méthode

public FollSiblingQuery ( Query qyInput, string name, string prefix, XPathNodeType type ) : System
qyInput Query
name string
prefix string
type XPathNodeType
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void