Class MessageEmitter
java.lang.Object
net.sf.saxon.event.Emitter
net.sf.saxon.event.XMLEmitter
net.sf.saxon.event.MessageEmitter
MessageEmitter is the default Emitter for xsl:message output.
It is the same as XMLEmitter except for an extra newline at the end of the message
-
Field Summary
Fields inherited from class XMLEmitter
declarationIsWritten, elementCode, elementStack, empty, openStartTag, preferHex, specialInAtt, specialInText, undeclareNamespacesFields inherited from class Emitter
allCharactersEncodable, characterSet, namePool, outputProperties, outputStream, pipelineConfig, streamResult, systemId, writerFields inherited from interface Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class XMLEmitter
attribute, characters, closeStartTag, comment, emptyElementTagCloser, endDocument, endElement, main, namespace, open, openDocument, outputCharacterReference, processingInstruction, startContent, startDocument, startElement, testCharacters, writeAttribute, writeCharSequence, writeDeclaration, writeDocType, writeEscapeMethods inherited from class Emitter
getConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, makeWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriter
-
Constructor Details
-
MessageEmitter
public MessageEmitter()
-
-
Method Details
-
close
Description copied from class:XMLEmitterEnd of the document.- Specified by:
closein interfaceReceiver- Overrides:
closein classXMLEmitter- Throws:
XPathException
-