Package net.sf.saxon.lib
Class StandardMessageHandler
java.lang.Object
net.sf.saxon.lib.StandardMessageHandler
This is the default implementation of the new Saxon 11 interface
for user-defined handling of
xsl:message
and xsl:assert
output.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Get the destination to which serialized messages will be writtenvoid
setUnicodeWriter
(UnicodeWriter writer) Set the destination to which serialized messages will be written
-
Constructor Details
-
StandardMessageHandler
-
-
Method Details
-
setUnicodeWriter
Set the destination to which serialized messages will be written- Parameters:
writer
- the destination for serialized messages
-
getUnicodeWriter
Get the destination to which serialized messages will be written- Returns:
- the destination for serialized messages
-
accept
-