com.jclark.xsl.sax2
Class OutputMethodHandlerImpl
java.lang.Object
com.jclark.xsl.sax2.OutputMethodHandlerImpl
- OutputMethodHandler
public class OutputMethodHandlerImpl
extends java.lang.Object
produces a ContentHandler suitable for a given output method
i.e text, XML, etc and destination
OutputMethodHandlerImpl
public OutputMethodHandlerImpl()
createContentHandler
public ContentHandler createContentHandler(String name,
Properties atts)
throws SAXException,
IOException
obtain a ContentHandler appropriate for the named
output method and our destination
- createContentHandler in interface OutputMethodHandler
setDestination
public void setDestination(Destination dest)
set the target of our output stream