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

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

Protected Properties

Свойство Type Description
contextNode System.Xml.XPath.XPathNavigator

Méthodes publiques

Méthode Description
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
ContextQuery ( ) : System
Evaluate ( XPathNodeIterator context ) : object
MatchNode ( XPathNavigator current ) : XPathNavigator
Reset ( ) : void

Méthodes protégées

Méthode Description
ContextQuery ( ContextQuery 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

ContextQuery() public méthode

public ContextQuery ( ) : System
Résultat System

ContextQuery() protected méthode

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

Evaluate() public méthode

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

MatchNode() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

contextNode protected_oe property

protected XPathNavigator,System.Xml.XPath contextNode
Résultat System.Xml.XPath.XPathNavigator