com.jclark.xsl.sax
Interface OutputDocumentHandler
- DocumentHandler
- HTMLOutputHandler, Indenter, NXMLOutputHandler, TextOutputHandler, XMLOutputHandler
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
DocumentHandler | init(Destination dest, AttributeList atts) - initialize with the given target destination and
xsl:output attributes.
|
init
public DocumentHandler init(Destination dest,
AttributeList atts)
throws SAXException,
IOException
initialize with the given target destination and
xsl:output attributes.
- a new DocumentHandler appropriate to the task, or possibly this