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

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

Méthodes publiques

Méthode Description
Advance ( ) : XPathNavigator
Clone ( ) : XPathNodeIterator
NamespaceQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type ) : System
Reset ( ) : void
matches ( XPathNavigator e ) : bool

Private Methods

Méthode Description
NamespaceQuery ( NamespaceQuery other ) : 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

NamespaceQuery() public méthode

public NamespaceQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type ) : System
qyParent Query
Name string
Prefix string
Type XPathNodeType
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

matches() public méthode

public matches ( XPathNavigator e ) : bool
e System.Xml.XPath.XPathNavigator
Résultat bool