com.jclark.xsl.sax
Interface OutputDocumentHandler

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

public interface OutputDocumentHandler
extends org.xml.sax.DocumentHandler


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

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