Xslt.ApplyTemplates Method (IXPathNavigable, TextWriter)Xslt.ApplyTemplates Method (IXPathNavigable, TextWriter)Xslt::ApplyTemplates Method (IXPathNavigable^, TextWriter^)

Applies default mode template rules to the specified context node and outputs the primary result document to a TextWriterTextWriterTextWriter.

Syntax

Public Sub ApplyTemplates( _
    contextNode As System.Xml.XPath.IXPathNavigable, _
    resultDocument As System.IO.TextWriter _
)
public void ApplyTemplates(
    System.Xml.XPath.IXPathNavigable contextNode,
    System.IO.TextWriter resultDocument
)
public:
void ApplyTemplates(
    System.Xml.XPath::IXPathNavigable^ contextNode, 
    System.IO::TextWriter^ 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.TextWriterSystem.IO.TextWriterSystem.IO::TextWriter^

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

Exceptions

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

Remarks

The initial mode is the default mode (#default).

This method is unsuitable for use with multiple result documents.