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

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

Méthodes publiques

Méthode Description
Advance ( ) : XPathNavigator
Clone ( Query input ) : Query
CompareNodes ( XPathNavigator l, XPathNavigator r ) : XmlNodeOrder
Evaluate ( XPathNodeIterator nodeIterator ) : object
Insert ( List buffer, XPathNavigator nav ) : bool
MatchNode ( XPathNavigator current ) : XPathNavigator
MoveNext ( ) : bool
PrintQuery ( XmlWriter w ) : void
Query ( ) : System
SetXsltContext ( XsltContext context ) : void

Méthodes protégées

Méthode Description
Clone ( XPathNavigator input ) : XPathNavigator
Clone ( XPathNodeIterator input ) : XPathNodeIterator
GetXPathType ( object value ) : XPathResultType
Query ( Query other ) : System

Private Methods

Méthode Description
AssertDOD ( List buffer, XPathNavigator nav, int pos ) : void
AssertQuery ( Query query ) : void
GetMedian ( int l, int r ) : int

Method Details

Advance() public abstract méthode

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

Clone() public static méthode

public static Clone ( Query input ) : Query
input Query
Résultat Query

Clone() protected static méthode

protected static Clone ( XPathNavigator input ) : XPathNavigator
input System.Xml.XPath.XPathNavigator
Résultat System.Xml.XPath.XPathNavigator

Clone() protected static méthode

protected static Clone ( XPathNodeIterator input ) : XPathNodeIterator
input System.Xml.XPath.XPathNodeIterator
Résultat System.Xml.XPath.XPathNodeIterator

CompareNodes() public static méthode

public static CompareNodes ( XPathNavigator l, XPathNavigator r ) : XmlNodeOrder
l System.Xml.XPath.XPathNavigator
r System.Xml.XPath.XPathNavigator
Résultat XmlNodeOrder

Evaluate() public abstract méthode

public abstract Evaluate ( XPathNodeIterator nodeIterator ) : object
nodeIterator System.Xml.XPath.XPathNodeIterator
Résultat object

GetXPathType() protected méthode

protected GetXPathType ( object value ) : XPathResultType
value object
Résultat XPathResultType

Insert() public méthode

public Insert ( List buffer, XPathNavigator nav ) : bool
buffer List
nav System.Xml.XPath.XPathNavigator
Résultat bool

MatchNode() public méthode

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

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

PrintQuery() public méthode

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

Query() public méthode

public Query ( ) : System
Résultat System

Query() protected méthode

protected Query ( Query other ) : System
other Query
Résultat System

SetXsltContext() public méthode

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