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

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

Protected Properties

Свойство Type Description
abbrAxis bool
matchSelf bool

Méthodes publiques

Méthode Description
DescendantBaseQuery ( DescendantBaseQuery other ) : System
DescendantBaseQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis ) : System
MatchNode ( XPathNavigator context ) : XPathNavigator
PrintQuery ( XmlWriter w ) : void

Method Details

DescendantBaseQuery() public méthode

public DescendantBaseQuery ( DescendantBaseQuery other ) : System
other DescendantBaseQuery
Résultat System

DescendantBaseQuery() public méthode

public DescendantBaseQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis ) : System
qyParent Query
Name string
Prefix string
Type XPathNodeType
matchSelf bool
abbrAxis bool
Résultat System

MatchNode() public méthode

public MatchNode ( XPathNavigator context ) : XPathNavigator
context 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

Property Details

abbrAxis protected_oe property

protected bool abbrAxis
Résultat bool

matchSelf protected_oe property

protected bool matchSelf
Résultat bool