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

Applies template rules with the specified initial mode using the specific dynamic context settings and outputs the primary result document to a XmlWriterXmlWriterXmlWriter.

Syntax

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

Parameters

initialMode

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

The initial mode.

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 initialMode 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.