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

Inheritance: BaseAxisQuery
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
abbrAxis bool
matchSelf bool

Public Methods

Method 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 method

public DescendantBaseQuery ( DescendantBaseQuery other ) : System
other DescendantBaseQuery
return System

DescendantBaseQuery() public method

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
return System

MatchNode() public method

public MatchNode ( XPathNavigator context ) : XPathNavigator
context System.Xml.XPath.XPathNavigator
return System.Xml.XPath.XPathNavigator

PrintQuery() public method

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

Property Details

abbrAxis protected_oe property

protected bool abbrAxis
return bool

matchSelf protected_oe property

protected bool matchSelf
return bool