Class ToHTMLSAXHandler

All Implemented Interfaces:
DOMSerializer, ExtendedContentHandler, ExtendedLexicalHandler, SerializationHandler, Serializer, ContentHandler, DTDHandler, ErrorHandler, DeclHandler, LexicalHandler

public final class ToHTMLSAXHandler extends ToSAXHandler
Deprecated.
As of Xalan 2.7.1, replaced by the use of ToXMLSAXHandler.
This class accepts SAX-like calls, then sends true SAX calls to a wrapped SAX handler. There is optimization done knowing that the ultimate output is HTML. This class is not a public API.