com.jclark.xsl.sax
public class XMLOutputHandler extends Object implements OutputDocumentHandler, CommentHandler, RawCharactersHandler
Field Summary | |
---|---|
static byte | MINIMIZE_EMPTY_ELEMENTS |
static byte | MINIMIZE_EMPTY_ELEMENTS_HTML |
static byte | MINIMIZE_NONE |
Constructor Summary | |
---|---|
XMLOutputHandler()
Create a XMLOutputHandler that will write in UTF-8
to an OutputStream. | |
XMLOutputHandler(OutputStream out) |
Method Summary | |
---|---|
protected void | attributeValue(String value) |
void | characters(char[] cbuf, int off, int len) |
void | comment(String body) |
void | endDocument() |
void | endElement(String name) |
void | ignorableWhitespace(char[] ch, int start, int length) |
DocumentHandler | init(Destination dest, AttributeList atts) |
void | markup(String chars) |
void | processingInstruction(String target, String data) |
void | rawCharacters(String chars) |
void | setDocumentLocator(Locator loc) |
void | setMinimize(byte minimize) |
void | startDocument() |
void | startElement(String name, AttributeList atts) |