Xslt.CallTemplate Method (XmlQualifiedName, XmlReader, TextWriter)Xslt.CallTemplate Method (XmlQualifiedName, XmlReader, TextWriter)Xslt::CallTemplate Method (XmlQualifiedName^, XmlReader^, TextWriter^)

Calls the specified named template using the specified input document and outputs the result to a TextWriterTextWriterTextWriter.

Syntax

Public Sub CallTemplate( _
    initialTemplateName As System.Xml.XmlQualifiedName, _
    input As System.Xml.XmlReader, _
    resultDocument As System.IO.TextWriter _
)
public void CallTemplate(
    System.Xml.XmlQualifiedName initialTemplateName,
    System.Xml.XmlReader input,
    System.IO.TextWriter resultDocument
)
public:
void CallTemplate(
    System.Xml::XmlQualifiedName^ initialTemplateName, 
    System.Xml::XmlReader^ input, 
    System.IO::TextWriter^ resultDocument
)
 

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException initialTemplateName, input or resultDocument is null a null reference (Nothing in Visual Basic) nullptr.
XdmExceptionXdmExceptionXdmExceptionRaised if a non-recoverable error is encountered.

Remarks

This method is unsuitable for use with multiple result documents.