C# Класс System.Xml.Xsl.XmlILCommand

This is the executable command generated by the XmlILGenerator.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

Evaluate() публичный Метод

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
Результат IList

Evaluate() публичный Метод

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
Результат IList

Execute() публичный Метод

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
Результат void

Execute() публичный Метод

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
Результат void

Execute() публичный Метод

Default document as XPathNavigator.
public Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results ) : void
contextDocument IXPathNavigable
dataSources XmlResolver
argumentList XsltArgumentList
results XmlWriter
Результат void

Execute() публичный Метод

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
Результат void

Execute() публичный Метод

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
Результат void

Execute() публичный Метод

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
Результат void

Execute() публичный Метод

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
Результат void

FireOnMessageEvent() публичный Метод

Fire the OnMessageEvent, passing the specified text as the message.
public FireOnMessageEvent ( string message ) : void
message string
Результат void

XmlILCommand() публичный Метод

Constructor.
public XmlILCommand ( ExecuteDelegate delExec, QilExpression qil, StaticDataManager staticData ) : System
delExec ExecuteDelegate
qil QilExpression
staticData StaticDataManager
Результат System