Xslt.ApplyTemplates Method (DynamicContextSettings, XmlWriter)Xslt.ApplyTemplates Method (DynamicContextSettings, XmlWriter)Xslt::ApplyTemplates Method (DynamicContextSettings^, XmlWriter^)

Applies default mode template rules using the specified initial dynamic context settings and outputs the primary result document to an XmlWriterXmlWriterXmlWriter.

Syntax

Public Sub ApplyTemplates( _
    settings As DynamicContextSettings, _
    resultDocument As System.Xml.XmlWriter _
)
public void ApplyTemplates(
    DynamicContextSettings settings,
    System.Xml.XmlWriter resultDocument
)
public:
void ApplyTemplates(
    DynamicContextSettings^ settings, 
    System.Xml::XmlWriter^ resultDocument
)
 

Parameters

settings

Type: XmlPrime.DynamicContextSettingsXmlPrime.DynamicContextSettingsXmlPrime::DynamicContextSettings^

The settings of the dynamic evaluation context.

resultDocument

Type: System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter^

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

Exceptions

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