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

Inheritance: Query
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
name string
prefix string
xsltContext System.Xml.Xsl.XsltContext

Public Methods

Method Description
Advance ( ) : XPathNavigator
ExtensionQuery ( string prefix, string name ) : System
Reset ( ) : void

Protected Methods

Method Description
ExtensionQuery ( ExtensionQuery other ) : System
ProcessResult ( object value ) : object

Method Details

Advance() public method

public Advance ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator

ExtensionQuery() protected method

protected ExtensionQuery ( ExtensionQuery other ) : System
other ExtensionQuery
return System

ExtensionQuery() public method

public ExtensionQuery ( string prefix, string name ) : System
prefix string
name string
return System

ProcessResult() protected method

protected ProcessResult ( object value ) : object
value object
return object

Reset() public method

public Reset ( ) : void
return void

Property Details

name protected_oe property

protected string name
return string

prefix protected_oe property

protected string prefix
return string

xsltContext protected_oe property

protected XsltContext,System.Xml.Xsl xsltContext
return System.Xml.Xsl.XsltContext