com.icl.saxon.output
Class MessageEmitter

java.lang.Object
  |
  +--com.icl.saxon.output.XMLEmitter
        |
        +--com.icl.saxon.output.MessageEmitter
All Implemented Interfaces:
Emitter

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
characterSet, declarationIsWritten, empty, escaping, lastDisplayName, lastNameCode, lastPrefix, lastURI, namePool, openStartTag, outputDetails, preferHex, writer
 
Constructor Summary
MessageEmitter()
           
 
Method Summary
 void endDocument()
          End of the document.
 
Methods inherited from class com.icl.saxon.output.XMLEmitter
characters, closeStartTag, comment, emptyElementTagCloser, endElement, outputCharacterReference, processingInstruction, setCharacterSet, setDocumentLocator, setEscaping, setNamePool, setOutputDetails, setUnparsedEntity, setWriter, startDocument, startElement, testCharacters, testCharacters, writeAttribute, writeDeclaration, writeDocType, writeEscape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageEmitter

public MessageEmitter()
Method Detail

endDocument

public void endDocument()
                 throws org.xml.sax.SAXException
Description copied from class: XMLEmitter
End of the document. Close the output stream.
Overrides:
endDocument in class XMLEmitter