com.jclark.xsl.sax2
Interface OutputContentHandler
public
interface
OutputContentHandler
extends ContentHandler
a SAX2 ContentHandler that serializes to a Destination
and requires some initialization
Method Summary |
ContentHandler | init(Destination dest, Properties outputMethodProperties)
Initialize the handler with the targetDestination and
output method Properties (from xsl:output + calling environment) |
public ContentHandler init(
Destination dest, Properties outputMethodProperties)
Initialize the handler with the targetDestination and
output method Properties (from xsl:output + calling environment)