com.jclark.xsl.sax

Interface OutputMethodHandler

Known Implementing Classes:
OutputMethodHandlerImpl

public interface OutputMethodHandler

constructs a DocumentHandler appropriate for a given output method (which typically is determined by the stylesheet) and destination (which is determined externally)

Field Summary

static char
namespaceSeparator

Method Summary

DocumentHandler
createDocumentHandler(String outputMethodName, AttributeList outputMethodAtts)
construct the DocumentHandler for the given outputMethodName appropriate for the destination with which this object had been constructed
OutputMethodHandler
createOutputMethodHandler(String uri)
construct one of these guys for a given output URI (destination)

Field Details

namespaceSeparator

public static final char namespaceSeparator
Field Value:
'^'

Method Details

createDocumentHandler

public DocumentHandler createDocumentHandler(String outputMethodName,
                                             AttributeList outputMethodAtts)
            throws IOException,
                   SAXException
construct the DocumentHandler for the given outputMethodName appropriate for the destination with which this object had been constructed

createOutputMethodHandler

public OutputMethodHandler createOutputMethodHandler(String uri)
construct one of these guys for a given output URI (destination)