com.jclark.xsl.sax
public class HTMLOutputHandler extends Object implements OutputDocumentHandler, CommentHandler, RawCharactersHandler
| Constructor Summary | |
|---|---|
| HTMLOutputHandler() | |
| HTMLOutputHandler(Writer writer) | |
| Method Summary | |
|---|---|
| void | characters(char[] ch, int off, int len) |
| void | comment(String str) |
| void | endDocument() |
| void | endElement(String name) |
| void | ignorableWhitespace(char[] ch, int off, int len) |
| DocumentHandler | init(Destination dest, AttributeList atts) |
| void | processingInstruction(String target, String data) |
| void | rawCharacters(String chars) |
| void | setDocumentLocator(Locator loc) |
| void | setWriter(Writer writer) |
| void | startDocument() |
| void | startElement(String name, AttributeList atts) |