Xslt.CallTemplate Method (XmlQualifiedName, IXPathNavigable, IResultDocumentHandler)Xslt.CallTemplate Method (XmlQualifiedName, IXPathNavigable, IResultDocumentHandler)Xslt::CallTemplate Method (XmlQualifiedName^, IXPathNavigable^, IResultDocumentHandler^)

Calls the specified named template using the specified initial context node and outputs the results using an object implementing the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.

Syntax

Public Sub CallTemplate( _
    initialTemplateName As System.Xml.XmlQualifiedName, _
    contextNode As System.Xml.XPath.IXPathNavigable, _
    resultDocumentHandler As IResultDocumentHandler _
)
public void CallTemplate(
    System.Xml.XmlQualifiedName initialTemplateName,
    System.Xml.XPath.IXPathNavigable contextNode,
    IResultDocumentHandler resultDocumentHandler
)
public:
void CallTemplate(
    System.Xml::XmlQualifiedName^ initialTemplateName, 
    System.Xml.XPath::IXPathNavigable^ contextNode, 
    IResultDocumentHandler^ resultDocumentHandler
)
 

Parameters

initialTemplateName

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

The name of the initial template.

contextNode

Type: System.Xml.XPath.IXPathNavigableSystem.Xml.XPath.IXPathNavigableSystem.Xml.XPath::IXPathNavigable^

The initial context node for the stylesheet.

resultDocumentHandler

Type: XmlPrime.IResultDocumentHandlerXmlPrime.IResultDocumentHandlerXmlPrime::IResultDocumentHandler^

The result document handler.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException initialTemplateName, resultDocumentHandler is null a null reference (Nothing in Visual Basic) nullptr.
XdmExceptionXdmExceptionXdmExceptionRaised if a non-recoverable error is encountered.

Remarks

This method is suitable for use with multiple result documents.