Xslt.CallTemplate Method (XmlQualifiedName, DynamicContextSettings, Stream)Xslt.CallTemplate Method (XmlQualifiedName, DynamicContextSettings, Stream)Xslt::CallTemplate Method (XmlQualifiedName^, DynamicContextSettings^, Stream^)

Calls the specified named template using the specified dynamic context settings and outputs the primary result document to a StreamStreamStream.

Syntax

Public Sub CallTemplate( _
    initialTemplateName As System.Xml.XmlQualifiedName, _
    settings As DynamicContextSettings, _
    resultDocument As System.IO.Stream _
)
public void CallTemplate(
    System.Xml.XmlQualifiedName initialTemplateName,
    DynamicContextSettings settings,
    System.IO.Stream resultDocument
)
public:
void CallTemplate(
    System.Xml::XmlQualifiedName^ initialTemplateName, 
    DynamicContextSettings^ settings, 
    System.IO::Stream^ resultDocument
)
 

Parameters

initialTemplateName

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The name of the initial template.

settings

Type: XmlPrime.DynamicContextSettingsXmlPrime.DynamicContextSettingsXmlPrime::DynamicContextSettings^

The settings of the dynamic evaluation context.

resultDocument

Type: System.IO.StreamSystem.IO.StreamSystem.IO::Stream^

The StreamStreamStream to which the primary result document will be written.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException initialTemplateName,
XdmExceptionXdmExceptionXdmExceptionRaised if a non-recoverable error is encountered.

Remarks

This method is unsuitable for use with multiple result documents.