com.jclark.xsl.sax

Class OutputMethodHandlerImpl

public class OutputMethodHandlerImpl extends Object implements OutputMethodHandler

produces a DocumentHandler suitable for a given output method i.e text, XML, etc and destination
Constructor Summary
OutputMethodHandlerImpl(XSLProcessor processor)
Method Summary
DocumentHandlercreateDocumentHandler(String name, AttributeList atts)
obtain a DocumentHandler appropriate for the named output method and our destination
OutputMethodHandlercreateOutputMethodHandler(String uri)
voidsetDestination(Destination dest)

Constructor Detail

OutputMethodHandlerImpl

public OutputMethodHandlerImpl(XSLProcessor processor)

Method Detail

createDocumentHandler

public DocumentHandler createDocumentHandler(String name, AttributeList atts)
obtain a DocumentHandler appropriate for the named output method and our destination

createOutputMethodHandler

public OutputMethodHandler createOutputMethodHandler(String uri)

setDestination

public void setDestination(Destination dest)