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

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
 org.xml.sax.DocumentHandler init(Destination dest, org.xml.sax.AttributeList atts)
          initialize with the given target destination and xsl:output attributes.
 
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
initialize with the given target destination and xsl:output attributes.

Returns:
a new DocumentHandler appropriate to the task, or possibly this
Throws:
org.xml.sax.SAXException
java.io.IOException