com.jclark.xsl.sax2
Interface OutputMethodHandler

All Known Implementing Classes:
OutputMethodHandlerImpl

public interface OutputMethodHandler

constructs a ContentHandler 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
 org.xml.sax.ContentHandler createContentHandler(java.lang.String outputMethodName, java.util.Properties outputMethodProps)
          construct the ContHandler for the given outputMethodName appropriate for the destination with which this object had been constructed
 OutputMethodHandler createOutputMethodHandler(java.lang.String uri)
          construct one of these guys for a given output URI (destination)
 

Field Detail

namespaceSeparator

static final char namespaceSeparator
See Also:
Constant Field Values
Method Detail

createContentHandler

org.xml.sax.ContentHandler createContentHandler(java.lang.String outputMethodName,
                                                java.util.Properties outputMethodProps)
                                                throws java.io.IOException,
                                                       org.xml.sax.SAXException
construct the ContHandler for the given outputMethodName appropriate for the destination with which this object had been constructed

Throws:
java.io.IOException
org.xml.sax.SAXException

createOutputMethodHandler

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