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

Inheritance: DescendantBaseQuery
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
DescendantOverDescendantQuery ( Query qyParent, bool matchSelf, string name, string prefix, XPathNodeType typeTest, bool abbrAxis ) : System
Reset ( ) : void

Private Methods

Method Description
DescendantOverDescendantQuery ( DescendantOverDescendantQuery other ) : System
MoveToFirstChild ( ) : bool
MoveUpUntillNext ( ) : bool

Method Details

Advance() public method

public Advance ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator

Clone() public method

public Clone ( ) : XPathNodeIterator
return System.Xml.XPath.XPathNodeIterator

DescendantOverDescendantQuery() public method

public DescendantOverDescendantQuery ( Query qyParent, bool matchSelf, string name, string prefix, XPathNodeType typeTest, bool abbrAxis ) : System
qyParent Query
matchSelf bool
name string
prefix string
typeTest XPathNodeType
abbrAxis bool
return System

Reset() public method

public Reset ( ) : void
return void