Xslt.CallInitialTemplate Method (IXPathNavigable, Stream)Xslt.CallInitialTemplate Method (IXPathNavigable, Stream)Xslt::CallInitialTemplate Method (IXPathNavigable^, Stream^)

Calls the template named xsl:initial-template with the specified initial context node and outputs the primary result document to a StreamStreamStream.

Syntax

Public Sub CallInitialTemplate( _
    contextNode As System.Xml.XPath.IXPathNavigable, _
    resultDocument As System.IO.Stream _
)
public void CallInitialTemplate(
    System.Xml.XPath.IXPathNavigable contextNode,
    System.IO.Stream resultDocument
)
public:
void CallInitialTemplate(
    System.Xml.XPath::IXPathNavigable^ contextNode, 
    System.IO::Stream^ resultDocument
)
 

Parameters

contextNode

Type: System.Xml.XPath.IXPathNavigableSystem.Xml.XPath.IXPathNavigableSystem.Xml.XPath::IXPathNavigable^

The initial context node for the stylesheet.

resultDocument

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

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

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException 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.