메소드 | 설명 | |
---|---|---|
Evaluate ( System.IO.XmlReader contextDocument, XmlResolver dataSources, |
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, |
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, |
Default document as XPathNavigator.
|
|
Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, |
Default document as XPathNavigator.
|
|
Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, |
Default document as XPathNavigator.
|
|
Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, |
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, |
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, |
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, |
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, |
Execute the dynamic assembly generated by the XmlILGenerator.
|
|
Execute ( object defaultDocument, XmlResolver dataSources, |
Execute the dynamic assembly generated by the XmlILGenerator.
|
public Evaluate ( System.IO.XmlReader contextDocument, XmlResolver dataSources, |
||
contextDocument | System.IO.XmlReader | |
dataSources | XmlResolver | |
argumentList | ||
리턴 | IList |
public Evaluate ( string contextDocumentUri, XmlResolver dataSources, |
||
contextDocumentUri | string | |
dataSources | XmlResolver | |
argumentList | ||
리턴 | IList |
public Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, |
||
contextDocument | IXPathNavigable | |
dataSources | XmlResolver | |
argumentList | ||
results | ||
리턴 | void |
public Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, |
||
contextDocument | IXPathNavigable | |
dataSources | XmlResolver | |
argumentList | ||
results | ||
리턴 | void |
public Execute ( IXPathNavigable contextDocument, XmlResolver dataSources, |
||
contextDocument | IXPathNavigable | |
dataSources | XmlResolver | |
argumentList | ||
results | XmlWriter | |
리턴 | void |
public Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, |
||
contextDocument | System.IO.XmlReader | |
dataSources | XmlResolver | |
argumentList | ||
results | ||
리턴 | void |
public Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, |
||
contextDocument | System.IO.XmlReader | |
dataSources | XmlResolver | |
argumentList | ||
results | ||
리턴 | void |
public Execute ( System.IO.XmlReader contextDocument, XmlResolver dataSources, |
||
contextDocument | System.IO.XmlReader | |
dataSources | XmlResolver | |
argumentList | ||
results | XmlWriter | |
리턴 | void |
public Execute ( string contextDocumentUri, XmlResolver dataSources, |
||
contextDocumentUri | string | |
dataSources | XmlResolver | |
argumentList | ||
results | XmlWriter | |
리턴 | void |
public FireOnMessageEvent ( string message ) : void | ||
message | string | |
리턴 | void |
public XmlILCommand ( ExecuteDelegate delExec, QilExpression qil, StaticDataManager staticData ) : System | ||
delExec | ExecuteDelegate | |
qil | QilExpression | |
staticData | StaticDataManager | |
리턴 | System |