|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.saxon.event.Emitter | +--net.sf.saxon.event.XMLEmitter | +--net.sf.saxon.event.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
Field Summary |
Fields inherited from class net.sf.saxon.event.XMLEmitter |
declarationIsWritten, elementCode, elementStack, empty, openStartTag, preferHex, undeclareNamespaces |
Fields inherited from class net.sf.saxon.event.Emitter |
characterSet, config, namePool, outputProperties, outputStream, streamResult, systemId, writer |
Fields inherited from interface javax.xml.transform.Result |
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
MessageEmitter()
|
Method Summary | |
void |
endDocument()
End of the document. |
Methods inherited from class net.sf.saxon.event.XMLEmitter |
attribute, characters, closeStartTag, comment, emptyElementTagCloser, endElement, namespace, openDocument, outputCharacterReference, processingInstruction, setDocumentLocator, startContent, startDocument, startElement, testCharacters, writeAttribute, writeDeclaration, writeDocType, writeEscape |
Methods inherited from class net.sf.saxon.event.Emitter |
getConfiguration, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, makeWriter, setConfiguration, 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 |
Constructor Detail |
public MessageEmitter()
Method Detail |
public void endDocument() throws javax.xml.transform.TransformerException
XMLEmitter
endDocument
in interface Receiver
endDocument
in class XMLEmitter
javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |