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

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

Méthodes publiques

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

Private Methods

Méthode Description
DescendantOverDescendantQuery ( DescendantOverDescendantQuery other ) : System
MoveToFirstChild ( ) : bool
MoveUpUntillNext ( ) : bool

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

DescendantOverDescendantQuery() public méthode

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
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void