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

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
PreSiblingQuery ( Query qyInput, string name, string prefix, XPathNodeType typeTest ) : System

Méthodes protégées

Méthode Description
PreSiblingQuery ( PreSiblingQuery other ) : System

Private Methods

Méthode Description
NotVisited ( XPathNavigator nav, List parentStk ) : bool

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

PreSiblingQuery() protected méthode

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

PreSiblingQuery() public méthode

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