| java.lang.Object net.sf.saxon.event.Emitter net.sf.saxon.event.XMLEmitter net.sf.saxon.event.MessageEmitter
MessageEmitter | public class MessageEmitter extends XMLEmitter (Code) | | 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 | |
public void | close() |
Methods inherited from net.sf.saxon.event.XMLEmitter | public void attribute(int nameCode, int typeCode, CharSequence value, int locationId, int properties) throws XPathException(Code)(Java Doc) public void characters(CharSequence chars, int locationId, int properties) throws XPathException(Code)(Java Doc) public void close() throws XPathException(Code)(Java Doc) public void closeStartTag() throws XPathException(Code)(Java Doc) public void comment(CharSequence chars, int locationId, int properties) throws XPathException(Code)(Java Doc) protected String emptyElementTagCloser(String displayName, int nameCode)(Code)(Java Doc) public void endDocument() throws XPathException(Code)(Java Doc) public void endElement() throws XPathException(Code)(Java Doc) public static void main(String[] params) throws Exception(Code)(Java Doc) public void namespace(int namespaceCode, int properties) throws XPathException(Code)(Java Doc) public void open() throws XPathException(Code)(Java Doc) protected void openDocument() throws XPathException(Code)(Java Doc) protected void outputCharacterReference(int charval) throws java.io.IOException(Code)(Java Doc) public void processingInstruction(String target, CharSequence data, int locationId, int properties) throws XPathException(Code)(Java Doc) public void startContent() throws XPathException(Code)(Java Doc) public void startDocument(int properties) throws XPathException(Code)(Java Doc) public void startElement(int nameCode, int typeCode, int locationId, int properties) throws XPathException(Code)(Java Doc) protected int testCharacters(CharSequence chars) throws XPathException(Code)(Java Doc) protected void writeAttribute(int elCode, String attname, CharSequence value, int properties) throws XPathException(Code)(Java Doc) public void writeCharSequence(CharSequence s) throws java.io.IOException(Code)(Java Doc) public void writeDeclaration() throws XPathException(Code)(Java Doc) protected void writeDocType(String type, String systemId, String publicId) throws XPathException(Code)(Java Doc) protected void writeEscape(CharSequence chars, boolean inAttribute) throws java.io.IOException, XPathException(Code)(Java Doc)
|
|
|