com.jclark.xsl.sax2
Interface OutputContentHandler

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

public interface OutputContentHandler
extends org.xml.sax.ContentHandler

a SAX2 ContentHandler that serializes to a Destination and requires some initialization


Method Summary
 org.xml.sax.ContentHandler init(Destination dest, java.util.Properties outputMethodProperties)
          Initialize the handler with the targetDestination and output method Properties (from xsl:output + calling environment)
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

init

org.xml.sax.ContentHandler init(Destination dest,
                                java.util.Properties outputMethodProperties)
                                throws org.xml.sax.SAXException,
                                       java.io.IOException
Initialize the handler with the targetDestination and output method Properties (from xsl:output + calling environment)

Throws:
org.xml.sax.SAXException
java.io.IOException