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

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
DescendantQuery ( DescendantQuery other ) : System
Reset ( ) : void

Private Methods

Méthode Description
DescendantQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis ) : 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

DescendantQuery() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void