com.jclark.xsl.sax2
public class HTMLOutputHandler extends Object implements OutputContentHandler, CommentHandler, RawCharactersHandler
| Constructor Summary | |
|---|---|
| HTMLOutputHandler()
Constructor with output destination TBD | |
| HTMLOutputHandler(Writer writer)
Constructor with a Writer | |
| Method Summary | |
|---|---|
| void | characters(char[] ch, int off, int len) |
| void | comment(String str) |
| void | endDocument() |
| void | endElement(String namespaceURI, String localName, String qName) |
| void | endPrefixMapping(String prefix) |
| void | ignorableWhitespace(char[] ch, int off, int len) |
| ContentHandler | init(Destination dest, Properties props)
The Properties represent output serialization options |
| void | processingInstruction(String target, String data) |
| void | rawCharacters(String chars) |
| void | setDocumentLocator(Locator loc) |
| void | setWriter(Writer writer) |
| void | skippedEntity(String name) |
| void | startDocument() |
| void | startElement(String namespaceURI, String localName, String qName, Attributes atts) |
| void | startPrefixMapping(String prefix, String namespaceURI) |