com.jclark.xsl.sax

Interface OutputDocumentHandler

public interface OutputDocumentHandler extends 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
DocumentHandlerinit(Destination dest, AttributeList atts)
initialize with the given target destination and xsl:output attributes.

Method Detail

init

public DocumentHandler init(Destination dest, AttributeList atts)
initialize with the given target destination and xsl:output attributes.

Returns: a new DocumentHandler appropriate to the task, or possibly this