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

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
FilterQuery ( Query qyParent, Query cond, bool noPosition ) : System
MatchNode ( XPathNavigator current ) : XPathNavigator
PrintQuery ( XmlWriter w ) : void
Reset ( ) : void
SetXsltContext ( XsltContext input ) : void

Private Methods

Méthode Description
EvaluatePredicate ( ) : bool
FilterQuery ( FilterQuery 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

FilterQuery() public méthode

public FilterQuery ( Query qyParent, Query cond, bool noPosition ) : System
qyParent Query
cond Query
noPosition bool
Résultat System

MatchNode() public méthode

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

PrintQuery() public méthode

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetXsltContext() public méthode

public SetXsltContext ( XsltContext input ) : void
input System.Xml.Xsl.XsltContext
Résultat void