Xslt.ApplyTemplates Method (XmlQualifiedName, XmlReader, IResultDocumentHandler)Xslt.ApplyTemplates Method (XmlQualifiedName, XmlReader, IResultDocumentHandler)Xslt::ApplyTemplates Method (XmlQualifiedName^, XmlReader^, IResultDocumentHandler^)

Applies template rules with the specified initial mode to the specified input document and outputs the all result documents using an object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.

Syntax

Public Sub ApplyTemplates( _
    initialMode As System.Xml.XmlQualifiedName, _
    input As System.Xml.XmlReader, _
    resultDocumentHandler As IResultDocumentHandler _
)
public void ApplyTemplates(
    System.Xml.XmlQualifiedName initialMode,
    System.Xml.XmlReader input,
    IResultDocumentHandler resultDocumentHandler
)
public:
void ApplyTemplates(
    System.Xml::XmlQualifiedName^ initialMode, 
    System.Xml::XmlReader^ input, 
    IResultDocumentHandler^ resultDocumentHandler
)
 

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException initialMode, input or resultDocumentHandler 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 suitable for use with multiple result documents.