com.jclark.xsl.sax2
Interface OutputContentHandler
- ContentHandler
- HTMLOutputHandler, Indenter, NXMLOutputHandler, TextOutputHandler, XMLOutputHandler
public interface OutputContentHandler
extends ContentHandler
a SAX2 ContentHandler that serializes to a Destination
and requires some initialization
ContentHandler | init(Destination dest, Properties outputMethodProperties) - Initialize the handler with the targetDestination and
output method Properties (from xsl:output + calling environment)
|
init
public ContentHandler init(Destination dest,
Properties outputMethodProperties)
throws SAXException,
IOException
Initialize the handler with the targetDestination and
output method Properties (from xsl:output + calling environment)