Class DocumentBuilder
Class DomDestination
Class DynamicContext
Class DynamicError
Class EmptyEnumerator
Class ExtensionFunctionCall
Class InvalidityHandlerWrapper
Class NamespaceConstant
Class NullDestination
Class Processor
Class QName
Class SchemaManager
Class SchemaValidator
Class Serializer
Class StandardLogger
Class StaticContext
Class StaticError
Class TextWriterDestination
Class WhitespacePolicy
Class XPathCompiler
Class XPathExecutable
Class XPathSelector
Class XQueryCompiler
Class XQueryEvaluator
Class XQueryExecutable
Class XdmAnyFunctionType
Class XdmAnyItemType
Class XdmAnyNodeType
Class XdmArray
Class XdmAtomicType
Class XdmAtomicValue
Class XdmDestination
- Class TreeProtector
Class XdmEmptySequence
Class XdmExternalObjectValue
Class XdmFunctionItem
Class XdmItem
Class XdmItemType
Class XdmMap
Class XdmNode
Class XdmNodeKind
Class XdmSequenceType
Class XdmValue
Class XmlDestination
Class Xslt30Transformer
Class XsltCompiler
Class XsltExecutable
- Class ParameterDetails
Class XsltPackage
Class XsltTransformer
Enum RecoveryPolicy
Enum SchemaValidationMode
Enum TreeModel
Enum XdmAxis
Interface IInvalidityHandler
Interface IMessageListener
Interface IQueryResolver
Interface IResultDocumentHandler
Interface IXdmEnumerator
Interface IXmlLocation
Interface SchemaResolver
public interface IMessageListener
An IMessageListener
can be nominated to handle output
produced by the xsl:message
instruction in an XSLT stylesheet.
This interface affects any xsl:message
instruction
executed by the stylesheet.
If no IMessageListener
is nominated (in the
MessageListener
property of the XsltTransformer
), the output
of xsl:message
is serialized, and is written to standard error
output stream.
If an IMessageListener
is nominated, however, its
Message
method will be called whenever an xsl:message
instruction is evaluated.
Method Summary | |
---|---|
void |
Message(XdmNode content, bool terminate, IXmlLocation location) Handle the output of an |
Method Detail |
---|
Handle the output of an
Parameters:xsl:message
instruction in the stylesheetcontent
-terminate
-location
-