Saxon API for .NET

XsltTransformer Properties

The properties of the XsltTransformer class are listed below. For a complete list of XsltTransformer class members, see the XsltTransformer Members topic.

Public Instance Properties

BaseOutputUri The base output URI, which acts as the base URI for resolving the href attribute of xsl:result-document.
Implementation Escape hatch to the underlying Java implementation
InitialContextNode The initial context item for the stylesheet.
InitialMode The initial mode for the stylesheet. This is either a QName, for a named mode, or null, for the unnamed (default) mode.
InitialTemplate The initial template for the stylesheet. This is either a QName, for a named template, or null, if no initial template has been set.
InputXmlResolver The XmlResolver to be used at run-time to resolve and dereference URIs supplied to the doc() and document() functions.
ResultDocumentHandler The IResultDocumentHandler to be used at run-time to process the output produced by any xsl:result-document instruction with an href attribute.

See Also

XsltTransformer Class | Saxon.Api Namespace