com.jclark.xsl.sax
Interface OutputDocumentHandler

All Superinterfaces:
org.xml.sax.DocumentHandler
All Known Implementing Classes:
HTMLOutputHandler, Indenter, XMLOutputHandler, NXMLOutputHandler, TextOutputHandler

public interface OutputDocumentHandler
extends org.xml.sax.DocumentHandler

a SAX1 DocumentHandler that serializes to a Destination


Method Summary
 org.xml.sax.DocumentHandler init(Destination dest, org.xml.sax.AttributeList atts)
           
 
Methods inherited from interface org.xml.sax.DocumentHandler
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
 

Method Detail

init

public org.xml.sax.DocumentHandler init(Destination dest,
                                        org.xml.sax.AttributeList atts)
                                 throws org.xml.sax.SAXException,
                                        java.io.IOException