com.jclark.xsl.sax

Interface OutputDocumentHandler

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

public interface OutputDocumentHandler
extends DocumentHandler

A SAX 1 DocumentHandler that serializes the results of a transform to a Destination, in a manner influenced by the "xsl:output" element

Method Summary

DocumentHandler
init(Destination dest, AttributeList atts)
initialize with the given target destination and xsl:output attributes.

Method Details

init

public DocumentHandler init(Destination dest,
                            AttributeList atts)
            throws SAXException,
                   IOException
initialize with the given target destination and xsl:output attributes.
Returns:
a new DocumentHandler appropriate to the task, or possibly this