Class DocumentBuilder
Class DomDestination
Class DynamicError
Class NullDestination
Class Processor
Class QName
Class SchemaManager
Class SchemaValidator
Class SequenceEnumerator
Class Serializer
Class StaticError
Class TextWriterDestination
Class XPathCompiler
Class XPathExecutable
Class XPathSelector
Class XQueryCompiler
Class XQueryEvaluator
Class XQueryExecutable
Class XdmAtomicValue
Class XdmDestination
Class XdmEmptySequence
Class XdmItem
Class XdmNode
Class XdmValue
Class XmlDestination
Class XsltCompiler
Class XsltExecutable
Class XsltTransformer
Enum RecoveryPolicy
Enum SchemaValidationMode
Enum TreeModel
Enum WhitespacePolicy
Enum XdmAxis
Interface IMessageListener
Interface IQueryResolver
Interface IResultDocumentHandler
Interface IXmlLocation
Interface SchemaResolver
public interface IResultDocumentHandler
An IResultDocumentHandler
can be nominated to handle output
produced by the xsl:result-document
instruction in an XSLT stylesheet.
This interface affects any xsl:result-document
instruction
executed by the stylesheet, provided that it has an href
attribute.
If no IResultDocumentHandler
is nominated (in the
IResultDocumentHandler
property of the XsltTransformer
, the output
of xsl:result-document
is serialized, and is written to the file
or other resource identified by the URI in the href
attribute, resolved
(if it is relative> against the URI supplied in the BaseOutputUri
property
of the XsltTransformer
.
If an IResultDocumentHandler
is nominated, however, its
HandleResultDocument
method will be called whenever an xsl:result-document
instruction with an href
attribute is evaluated, and the generated result tree
will be passed to the XmlDestination
returned by that method.