com.icl.saxon.output
Class MessageEmitter
- Result
public class 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
attbuff1 , characterSet , declarationIsWritten , docTypeWritten , empty , escaping , lastDisplayName , lastNameCode , lastPrefix , lastURI , openStartTag , preferHex , specialInAtt , specialInText |
characters , closeStartTag , comment , emptyElementTagCloser , endDocument , endElement , outputCharacterReference , processingInstruction , setDocumentLocator , setEscaping , setOutputProperties , setResult , setUnparsedEntity , startDocument , startElement , testCharacters , testCharacters , writeAttribute , writeDeclaration , writeDocType , writeEscape |
characters , comment , endDocument , endElement , getNamePool , getOutputProperties , getOutputStream , getSystemId , getWriter , makeEmitter , processingInstruction , setDocumentLocator , setEscaping , setNamePool , setOutputProperties , setOutputStream , setSystemId , setUnparsedEntity , setWriter , startDocument , startElement , usesWriter |
endDocument
public void endDocument()
throws TransformerException
End of the document. Close the output stream.
- endDocument in interface XMLEmitter