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

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

Protected Properties

Свойство Type Description
name string
prefix string
xsltContext System.Xml.Xsl.XsltContext

Méthodes publiques

Méthode Description
Advance ( ) : XPathNavigator
ExtensionQuery ( string prefix, string name ) : System
Reset ( ) : void

Méthodes protégées

Méthode Description
ExtensionQuery ( ExtensionQuery other ) : System
ProcessResult ( object value ) : object

Method Details

Advance() public méthode

public Advance ( ) : XPathNavigator
Résultat System.Xml.XPath.XPathNavigator

ExtensionQuery() protected méthode

protected ExtensionQuery ( ExtensionQuery other ) : System
other ExtensionQuery
Résultat System

ExtensionQuery() public méthode

public ExtensionQuery ( string prefix, string name ) : System
prefix string
name string
Résultat System

ProcessResult() protected méthode

protected ProcessResult ( object value ) : object
value object
Résultat object

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

name protected_oe property

protected string name
Résultat string

prefix protected_oe property

protected string prefix
Résultat string

xsltContext protected_oe property

protected XsltContext,System.Xml.Xsl xsltContext
Résultat System.Xml.Xsl.XsltContext