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

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

Méthodes publiques

Méthode Description
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator context ) : object
ParentQuery ( Query qyInput, string Name, string Prefix, XPathNodeType Type ) : System

Private Methods

Méthode Description
ParentQuery ( ParentQuery other ) : System

Method Details

Clone() public méthode

public Clone ( ) : XPathNodeIterator
Résultat System.Xml.XPath.XPathNodeIterator

Evaluate() public méthode

public Evaluate ( XPathNodeIterator context ) : object
context System.Xml.XPath.XPathNodeIterator
Résultat object

ParentQuery() public méthode

public ParentQuery ( Query qyInput, string Name, string Prefix, XPathNodeType Type ) : System
qyInput Query
Name string
Prefix string
Type XPathNodeType
Résultat System