com.jclark.xsl.sax
Interface OutputMethodHandler

All 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
 org.xml.sax.DocumentHandler createDocumentHandler(java.lang.String outputMethodName, org.xml.sax.AttributeList outputMethodAtts)
          construct the DocumentHandler 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

public static final char namespaceSeparator
Method Detail

createDocumentHandler

public org.xml.sax.DocumentHandler createDocumentHandler(java.lang.String outputMethodName,
                                                         org.xml.sax.AttributeList outputMethodAtts)
                                                  throws java.io.IOException,
                                                         org.xml.sax.SAXException
construct the DocumentHandler for the given outputMethodName appropriate for the destination with which this object had been constructed

createOutputMethodHandler

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