com.jclark.xsl.sax

Interface OutputDocumentHandler

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

public interface OutputDocumentHandler
extends DocumentHandler

a SAX1 DocumentHandler that serializes to a Destination

Method Summary

DocumentHandler
init(Destination dest, AttributeList atts)

Method Details

init

public DocumentHandler init(Destination dest,
                            AttributeList atts)
            throws SAXException,
                   IOException