C# Class System.Xml.Xsl.XmlILCommand

This is the executable command generated by the XmlILGenerator.
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Evaluate ( System.IO.XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList ) : IList

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are returned as an IList.

Evaluate ( string contextDocumentUri, XmlResolver dataSources, XsltArgumentList argumentList ) : IList

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are returned as an IList.

Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, Stream results ) : void

Default document as XPathNavigator.

Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, TextWriter results ) : void

Default document as XPathNavigator.

Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results ) : void

Default document as XPathNavigator.

Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, Stream results ) : void

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are output to the provided Stream.

Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, TextWriter results ) : void

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are output to the provided TextWriter.

Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results ) : void

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are output to the provided XmlWriter.

Execute ( string contextDocumentUri, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results ) : void

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are output to the provided XmlWriter.

FireOnMessageEvent ( string message ) : void

Fire the OnMessageEvent, passing the specified text as the message.

XmlILCommand ( ExecuteDelegate delExec, QilExpression qil, StaticDataManager staticData ) : System

Constructor.

Private Methods

Method Description
Execute ( object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results ) : void

Execute the dynamic assembly generated by the XmlILGenerator.

Execute ( object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer, bool closeWriter ) : void

Execute the dynamic assembly generated by the XmlILGenerator.

Method Details

Evaluate() public method

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are returned as an IList.
public Evaluate ( System.IO.XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList ) : IList
contextDocument System.IO.XmlReader
dataSources XmlResolver
argumentList XsltArgumentList
return IList

Evaluate() public method

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are returned as an IList.
public Evaluate ( string contextDocumentUri, XmlResolver dataSources, XsltArgumentList argumentList ) : IList
contextDocumentUri string
dataSources XmlResolver
argumentList XsltArgumentList
return IList

Execute() public method

Default document as XPathNavigator.
public Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, Stream results ) : void
contextDocument IXPathNavigable
dataSources XmlResolver
argumentList XsltArgumentList
results System.IO.Stream
return void

Execute() public method

Default document as XPathNavigator.
public Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, TextWriter results ) : void
contextDocument IXPathNavigable
dataSources XmlResolver
argumentList XsltArgumentList
results System.IO.TextWriter
return void

Execute() public method

Default document as XPathNavigator.
public Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results ) : void
contextDocument IXPathNavigable
dataSources XmlResolver
argumentList XsltArgumentList
results XmlWriter
return void

Execute() public method

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are output to the provided Stream.
public Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, Stream results ) : void
contextDocument System.IO.XmlReader
dataSources XmlResolver
argumentList XsltArgumentList
results System.IO.Stream
return void

Execute() public method

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are output to the provided TextWriter.
public Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, TextWriter results ) : void
contextDocument System.IO.XmlReader
dataSources XmlResolver
argumentList XsltArgumentList
results System.IO.TextWriter
return void

Execute() public method

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are output to the provided XmlWriter.
public Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results ) : void
contextDocument System.IO.XmlReader
dataSources XmlResolver
argumentList XsltArgumentList
results XmlWriter
return void

Execute() public method

Executes the query by accessing datasources via the XmlResolver and using run-time parameters as provided by the XsltArgumentList. The default document is mapped into the XmlResolver with the provided name. The results are output to the provided XmlWriter.
public Execute ( string contextDocumentUri, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results ) : void
contextDocumentUri string
dataSources XmlResolver
argumentList XsltArgumentList
results XmlWriter
return void

FireOnMessageEvent() public method

Fire the OnMessageEvent, passing the specified text as the message.
public FireOnMessageEvent ( string message ) : void
message string
return void

XmlILCommand() public method

Constructor.
public XmlILCommand ( ExecuteDelegate delExec, QilExpression qil, StaticDataManager staticData ) : System
delExec ExecuteDelegate
qil QilExpression
staticData StaticDataManager
return System