com.icl.saxon.output
Class MessageEmitter
java.lang.Object
com.icl.saxon.output.Emitter
com.icl.saxon.output.XMLEmitter
com.icl.saxon.output.MessageEmitter
- All Implemented Interfaces:
- 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
Fields inherited from class com.icl.saxon.output.XMLEmitter |
attbuff1, characterSet, declarationIsWritten, docTypeWritten, empty, escaping, lastDisplayName, lastNameCode, lastPrefix, lastURI, openStartTag, preferHex, specialInAtt, specialInText |
Methods inherited from class com.icl.saxon.output.XMLEmitter |
characters, closeStartTag, comment, emptyElementTagCloser, endElement, outputCharacterReference, processingInstruction, setDocumentLocator, setEscaping, setOutputProperties, setResult, setUnparsedEntity, startDocument, startElement, testCharacters, testCharacters, writeAttribute, writeDeclaration, writeDocType, writeEscape |
Methods inherited from class com.icl.saxon.output.Emitter |
getNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, setNamePool, setOutputStream, setSystemId, 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.
- Overrides:
endDocument
in class XMLEmitter
- Throws:
TransformerException