com.jclark.xsl.sax
Interface OutputMethodHandler

All Known Implementing Classes:
OutputMethodHandlerImpl

public interface OutputMethodHandler


Field Summary
static char namespaceSeparator
           
 
Method Summary
 org.xml.sax.DocumentHandler createDocumentHandler(java.lang.String outputMethodName, org.xml.sax.AttributeList outputMethodAtts)
           
 OutputMethodHandler createOutputMethodHandler(java.lang.String uri)
           
 

Field Detail

namespaceSeparator

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

createDocumentHandler

org.xml.sax.DocumentHandler createDocumentHandler(java.lang.String outputMethodName,
                                                  org.xml.sax.AttributeList outputMethodAtts)
                                                  throws java.io.IOException,
                                                         org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException

createOutputMethodHandler

OutputMethodHandler createOutputMethodHandler(java.lang.String uri)