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:
- Result, Receiver
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
Method Summary |
void |
close()
End of the document. |
Methods inherited from class net.sf.saxon.event.XMLEmitter |
attribute, characters, closeStartTag, comment, emptyElementTagCloser, endDocument, endElement, main, namespace, open, openDocument, outputCharacterReference, processingInstruction, startContent, startDocument, startElement, testCharacters, writeAttribute, writeCharSequence, writeDeclaration, writeDocType, writeEscape |
Methods inherited from class net.sf.saxon.event.Emitter |
getConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, makeEmitter, makeWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, 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()
close
public void close()
throws XPathException
- Description copied from class:
XMLEmitter
- End of the document. Close the output stream.
- Specified by:
close
in interface Receiver
- Overrides:
close
in class XMLEmitter
- Throws:
XPathException