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

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

Méthodes publiques

Méthode Description
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
PrintQuery ( XmlWriter w ) : void
XPathAncestorQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf ) : System

Private Methods

Méthode Description
XPathAncestorQuery ( XPathAncestorQuery other ) : System

Method Details

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

PrintQuery() public méthode

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

XPathAncestorQuery() public méthode

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