net.sf.saxon.event
Class MessageEmitter
java.lang.Object
net.sf.saxon.event.Emitter
net.sf.saxon.event.XMLEmitter
net.sf.saxon.event.MessageEmitter
- All Implemented Interfaces:
- Receiver, Result
- public class MessageEmitter
- extends XMLEmitter
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
Methods inherited from class net.sf.saxon.event.XMLEmitter |
attribute, characters, closeStartTag, comment, emptyElementTagCloser, endElement, namespace, openDocument, outputCharacterReference, processingInstruction, setDocumentLocator, setUnparsedEntity, startContent, startDocument, startElement, testCharacters, writeAttribute, writeDeclaration, writeDocType, writeEscape |
Methods inherited from class net.sf.saxon.event.Emitter |
getNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, makeWriter, setNamePool, setOutputProperties, setOutputStream, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageEmitter
public MessageEmitter()
endDocument
public void endDocument()
throws TransformerException
- Description copied from class:
XMLEmitter
- End of the document. Close the output stream.
- Specified by:
endDocument
in interface Receiver
- Overrides:
endDocument
in class XMLEmitter
- Throws:
TransformerException