com.jclark.xsl.sax2

Interface OutputContentHandler

All Superinterfaces:
ContentHandler
Known Implementing Classes:
HTMLOutputHandler, Indenter, NXMLOutputHandler, TextOutputHandler, XMLOutputHandler

public interface OutputContentHandler
extends ContentHandler

a SAX2 ContentHandler that serializes to a Destination and requires some initialization

Method Summary

ContentHandler
init(Destination dest, Properties outputMethodProperties)
Initialize the handler with the targetDestination and output method Properties (from xsl:output + calling environment)

Method Details

init

public ContentHandler init(Destination dest,
                           Properties outputMethodProperties)
            throws SAXException,
                   IOException
Initialize the handler with the targetDestination and output method Properties (from xsl:output + calling environment)