Xslt.ApplyTemplates Method (XmlQualifiedName, IXPathNavigable, XmlWriter)Xslt.ApplyTemplates Method (XmlQualifiedName, IXPathNavigable, XmlWriter)Xslt::ApplyTemplates Method (XmlQualifiedName^, IXPathNavigable^, XmlWriter^)

Applies template rules with the specified initial mode to the specified context node and outputs the result to an XmlWriterXmlWriterXmlWriter.

Syntax

Public Sub ApplyTemplates( _
    initialMode As System.Xml.XmlQualifiedName, _
    contextNode As System.Xml.XPath.IXPathNavigable, _
    resultDocument As System.Xml.XmlWriter _
)
public void ApplyTemplates(
    System.Xml.XmlQualifiedName initialMode,
    System.Xml.XPath.IXPathNavigable contextNode,
    System.Xml.XmlWriter resultDocument
)
public:
void ApplyTemplates(
    System.Xml::XmlQualifiedName^ initialMode, 
    System.Xml.XPath::IXPathNavigable^ contextNode, 
    System.Xml::XmlWriter^ resultDocument
)
 

Exceptions

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

Remarks

The default mode may be specified by passing EmptyEmptyEmpty for initialMode.

This method is unsuitable for use with multiple result documents.