IXSLProcessor Members

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - XML Reference

IXSLProcessor Members

The methods and properties in this table are an extension to the World Wide Web Consortium (W3C) DOM.

Properties

input Specifies which XML input tree to transform. Read/write.
output Gets a custom output to write the result of the transformation. Read/write.
readyState Returns the current state of the processor. Read-only.
startMode Returns the base name part of the start mode, a qualified name. Read-only.
startModeURI Returns the namespace Uniform Resource Identifier (URI) part of the start mode, the qualified name. Read-only.
stylesheet Provides the Extensible Stylesheet Language (XSL) style sheet that is to be compiled into the XSL template. Read-only.
ownerTemplate Returns the style sheet template that was used to create IXSLProcessor.

Methods

addObject Adds objects into a style sheet.
addParameter Adds parameters into an XSL Transformations (XSLT) style sheet.
reset Resets the state of the processor to the state it was in prior to calling transform.
setStartMode Performs subsets of larger XSLT transformations by selecting the XSLT mode with which to start. This minimizes the amount of XSLT processing.
transform Starts the transformation process or resumes a previously failed transformation.

Events

None.

See Also

IXSLProcessor