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
ContentHandlerinit(Destination dest, Properties outputMethodProperties)
Initialize the handler with the targetDestination and output method Properties (from xsl:output + calling environment)

Method Detail

init

public ContentHandler init(Destination dest, Properties outputMethodProperties)
Initialize the handler with the targetDestination and output method Properties (from xsl:output + calling environment)