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 serialization properties to be used.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
-
getSerializationProperties
Get the serialization properties to be used. This is a public method so that it can be overridden in a user-written subclass.- Returns:
- the serialization properties. By default the properties returned are method="yes", indent="yes", omit-xml-declaration="yes".
-
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
-