 | CallInitialTemplate (XmlReader, Stream)CallInitialTemplate (XmlReader, Stream)CallInitialTemplate (XmlReader^, Stream^) |
Calls the template named xsl:initial-template with the specified initial context node and writes the primary result document to a
StreamStreamStream.
|
 | CallInitialTemplate (XmlReader, TextWriter)CallInitialTemplate (XmlReader, TextWriter)CallInitialTemplate (XmlReader^, TextWriter^) |
Calls the template named xsl:initial-template with the specified initial context node and outputs the primary result document to a
TextWriterTextWriterTextWriter.
|
 | CallInitialTemplate (XmlReader, XmlWriter)CallInitialTemplate (XmlReader, XmlWriter)CallInitialTemplate (XmlReader^, XmlWriter^) |
Calls the template named xsl:initial-template with the specified initial context node and outputs the result to an
XmlWriterXmlWriterXmlWriter.
|
 | CallInitialTemplate (XmlReader, IResultDocumentHandler)CallInitialTemplate (XmlReader, IResultDocumentHandler)CallInitialTemplate (XmlReader^, IResultDocumentHandler^) |
Calls the template named xsl:initial-template with the specified initial context node and outputs all result documents
using object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|
 | CallInitialTemplate (IXPathNavigable, Stream)CallInitialTemplate (IXPathNavigable, Stream)CallInitialTemplate (IXPathNavigable^, Stream^) |
Calls the template named xsl:initial-template with the specified initial context node and outputs the primary result document to a
StreamStreamStream.
|
 | CallInitialTemplate (IXPathNavigable, TextWriter)CallInitialTemplate (IXPathNavigable, TextWriter)CallInitialTemplate (IXPathNavigable^, TextWriter^) |
Calls the template named xsl:initial-template with the specified initial context node and outputs the primary result document to a
TextWriterTextWriterTextWriter.
|
 | CallInitialTemplate (IXPathNavigable, XmlWriter)CallInitialTemplate (IXPathNavigable, XmlWriter)CallInitialTemplate (IXPathNavigable^, XmlWriter^) |
Calls the template named xsl:initial-template e with the specified initial context node and outputs the primary result document to an
XmlWriterXmlWriterXmlWriter.
|
 | CallInitialTemplate (DynamicContextSettings, Stream)CallInitialTemplate (DynamicContextSettings, Stream)CallInitialTemplate (DynamicContextSettings^, Stream^) |
Calls the template named xsl:initial-template using the specified dynamic context settings and outputs the primary result document to a
StreamStreamStream.
|
 | CallInitialTemplate (DynamicContextSettings, TextWriter)CallInitialTemplate (DynamicContextSettings, TextWriter)CallInitialTemplate (DynamicContextSettings^, TextWriter^) |
Calls the template named xsl:initial-template using the specified dynamic context settings and outputs the primary result document to a
TextWriterTextWriterTextWriter.
|
 | CallInitialTemplate (DynamicContextSettings, XmlWriter)CallInitialTemplate (DynamicContextSettings, XmlWriter)CallInitialTemplate (DynamicContextSettings^, XmlWriter^) |
Calls the template named xsl:initial-template using the specified dynamic context settings and outputs the primary result document to an
XmlWriterXmlWriterXmlWriter.
|
 | CallInitialTemplate (DynamicContextSettings, IResultDocumentHandler)CallInitialTemplate (DynamicContextSettings, IResultDocumentHandler)CallInitialTemplate (DynamicContextSettings^, IResultDocumentHandler^) |
Calls the template named xsl:initial-template using the specified dynamic context settings and outputs all result documents using an
object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|