 | CallTemplate (string, string, XmlReader, Stream)CallTemplate (String, String, XmlReader, Stream)CallTemplate (String^, String^, XmlReader^, Stream^) |
Calls the specified named template with the specified initial context node and writes the result to a
StreamStreamStream.
|
 | CallTemplate (string, string, XmlReader, TextWriter)CallTemplate (String, String, XmlReader, TextWriter)CallTemplate (String^, String^, XmlReader^, TextWriter^) |
Calls the specified named template with the specified initial context node and outputs the result to a
TextWriterTextWriterTextWriter.
|
 | CallTemplate (string, string, XmlReader, XmlWriter)CallTemplate (String, String, XmlReader, XmlWriter)CallTemplate (String^, String^, XmlReader^, XmlWriter^) |
Calls the specified named template with the specified initial context node and outputs the result to an
XmlWriterXmlWriterXmlWriter.
|
 | CallTemplate (string, string, XmlReader, IResultDocumentHandler)CallTemplate (String, String, XmlReader, IResultDocumentHandler)CallTemplate (String^, String^, XmlReader^, IResultDocumentHandler^) |
Calls the specified named template with the specified initial context node and outputs the results to an
using object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|
 | CallTemplate (string, string, IXPathNavigable, Stream)CallTemplate (String, String, IXPathNavigable, Stream)CallTemplate (String^, String^, IXPathNavigable^, Stream^) |
Calls the specified named template with the specified initial context node and outputs the result to a
StreamStreamStream.
|
 | CallTemplate (string, string, IXPathNavigable, TextWriter)CallTemplate (String, String, IXPathNavigable, TextWriter)CallTemplate (String^, String^, IXPathNavigable^, TextWriter^) |
Calls the specified named template with the specified initial context node and outputs the result to a
TextWriterTextWriterTextWriter.
|
 | CallTemplate (string, string, IXPathNavigable, XmlWriter)CallTemplate (String, String, IXPathNavigable, XmlWriter)CallTemplate (String^, String^, IXPathNavigable^, XmlWriter^) |
Calls the specified named template with the specified initial context node and outputs the result to an
XmlWriterXmlWriterXmlWriter.
|
 | CallTemplate (string, string, IXPathNavigable, IResultDocumentHandler)CallTemplate (String, String, IXPathNavigable, IResultDocumentHandler)CallTemplate (String^, String^, IXPathNavigable^, IResultDocumentHandler^) |
Calls the specified named template and writes the results to the targets specified by
resultDocumentHandler.
|
 | CallTemplate (string, string, DynamicContextSettings, Stream)CallTemplate (String, String, DynamicContextSettings, Stream)CallTemplate (String^, String^, DynamicContextSettings^, Stream^) |
Calls the specified named template using the specified initial dynamic context settings and outputs the result to a
StreamStreamStream.
|
 | CallTemplate (string, string, DynamicContextSettings, TextWriter)CallTemplate (String, String, DynamicContextSettings, TextWriter)CallTemplate (String^, String^, DynamicContextSettings^, TextWriter^) |
Calls the specified named template using the specified initial dynamic context settings and outputs the result to a
TextWriterTextWriterTextWriter.
|
 | CallTemplate (string, string, DynamicContextSettings, XmlWriter)CallTemplate (String, String, DynamicContextSettings, XmlWriter)CallTemplate (String^, String^, DynamicContextSettings^, XmlWriter^) |
Calls the specified named template using the specified initial dynamic context settings and outputs the result to an
XmlWriterXmlWriterXmlWriter.
|
 | CallTemplate (string, string, DynamicContextSettings, IResultDocumentHandler)CallTemplate (String, String, DynamicContextSettings, IResultDocumentHandler)CallTemplate (String^, String^, DynamicContextSettings^, IResultDocumentHandler^) |
Calls the specified named template using the specified initial dynamic context settings and outputs the results using an
object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|
 | CallTemplate (XmlQualifiedName, XmlReader, Stream)CallTemplate (XmlQualifiedName, XmlReader, Stream)CallTemplate (XmlQualifiedName^, XmlReader^, Stream^) |
Calls the specified named template using the specified input document and outputs the result to a
StreamStreamStream.
|
 | CallTemplate (XmlQualifiedName, XmlReader, TextWriter)CallTemplate (XmlQualifiedName, XmlReader, TextWriter)CallTemplate (XmlQualifiedName^, XmlReader^, TextWriter^) |
Calls the specified named template using the specified input document and outputs the result to a
TextWriterTextWriterTextWriter.
|
 | CallTemplate (XmlQualifiedName, XmlReader, XmlWriter)CallTemplate (XmlQualifiedName, XmlReader, XmlWriter)CallTemplate (XmlQualifiedName^, XmlReader^, XmlWriter^) |
Calls the specified named template using the specified input document and outputs the result to an
XmlWriterXmlWriterXmlWriter.
|
 | CallTemplate (XmlQualifiedName, XmlReader, IResultDocumentHandler)CallTemplate (XmlQualifiedName, XmlReader, IResultDocumentHandler)CallTemplate (XmlQualifiedName^, XmlReader^, IResultDocumentHandler^) |
Calls the specified named template using the specified input document and outputs the results using an
object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|
 | CallTemplate (XmlQualifiedName, IXPathNavigable, Stream)CallTemplate (XmlQualifiedName, IXPathNavigable, Stream)CallTemplate (XmlQualifiedName^, IXPathNavigable^, Stream^) |
Calls the specified named template using the specified initial context node and outputs the result to a
StreamStreamStream.
|
 | CallTemplate (XmlQualifiedName, IXPathNavigable, TextWriter)CallTemplate (XmlQualifiedName, IXPathNavigable, TextWriter)CallTemplate (XmlQualifiedName^, IXPathNavigable^, TextWriter^) |
Calls the specified named template using the specified initial context node and outputs the result to a
TextWriterTextWriterTextWriter.
|
 | CallTemplate (XmlQualifiedName, IXPathNavigable, XmlWriter)CallTemplate (XmlQualifiedName, IXPathNavigable, XmlWriter)CallTemplate (XmlQualifiedName^, IXPathNavigable^, XmlWriter^) |
Calls the specified named template using the specified initial context node and outputs the result to an
XmlWriterXmlWriterXmlWriter.
|
 | CallTemplate (XmlQualifiedName, IXPathNavigable, IResultDocumentHandler)CallTemplate (XmlQualifiedName, IXPathNavigable, IResultDocumentHandler)CallTemplate (XmlQualifiedName^, IXPathNavigable^, IResultDocumentHandler^) |
Calls the specified named template using the specified initial context node and outputs the results using an
object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|
 | CallTemplate (XmlQualifiedName, DynamicContextSettings, Stream)CallTemplate (XmlQualifiedName, DynamicContextSettings, Stream)CallTemplate (XmlQualifiedName^, DynamicContextSettings^, Stream^) |
Calls the specified named template using the specified initial dynamic context settings and outputs the result to a
StreamStreamStream.
|
 | CallTemplate (XmlQualifiedName, DynamicContextSettings, TextWriter)CallTemplate (XmlQualifiedName, DynamicContextSettings, TextWriter)CallTemplate (XmlQualifiedName^, DynamicContextSettings^, TextWriter^) |
Calls the specified named template using the specified initial dynamic context settings and outputs the result to a
TextWriterTextWriterTextWriter.
|
 | CallTemplate (XmlQualifiedName, DynamicContextSettings, XmlWriter)CallTemplate (XmlQualifiedName, DynamicContextSettings, XmlWriter)CallTemplate (XmlQualifiedName^, DynamicContextSettings^, XmlWriter^) |
Calls the specified named template using the specified initial dynamic context settings and outputs the result to an
XmlWriterXmlWriterXmlWriter.
|
 | CallTemplate (XmlQualifiedName, DynamicContextSettings, IResultDocumentHandler)CallTemplate (XmlQualifiedName, DynamicContextSettings, IResultDocumentHandler)CallTemplate (XmlQualifiedName^, DynamicContextSettings^, IResultDocumentHandler^) |
Calls the specified named template using the specified initial dynamic context settings and outputs the results using an
object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|