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

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

Méthodes publiques

Méthode Description
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
MatchNode ( XPathNavigator xsltContext ) : XPathNavigator
PrintQuery ( XmlWriter w ) : void
Reset ( ) : void
SetXsltContext ( XsltContext xsltContext ) : void
UnionExpr ( Query query1, Query query2 ) : System

Private Methods

Méthode Description
ProcessAfterPosition ( XPathNavigator res1, XPathNavigator res2 ) : XPathNavigator
ProcessBeforePosition ( XPathNavigator res1, XPathNavigator res2 ) : XPathNavigator
ProcessSamePosition ( XPathNavigator result ) : XPathNavigator
UnionExpr ( UnionExpr 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

Evaluate() public méthode

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

MatchNode() public méthode

public MatchNode ( XPathNavigator xsltContext ) : XPathNavigator
xsltContext 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 xsltContext ) : void
xsltContext System.Xml.Xsl.XsltContext
Résultat void

UnionExpr() public méthode

public UnionExpr ( Query query1, Query query2 ) : System
query1 Query
query2 Query
Résultat System