com.jclark.xsl.sax2
Interface OutputMethodHandler
- 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)
ContentHandler | createContentHandler(String outputMethodName, Properties outputMethodProps) - construct the ContHandler 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)
|
namespaceSeparator
public static final char namespaceSeparator
createContentHandler
public ContentHandler createContentHandler(String outputMethodName,
Properties outputMethodProps)
throws IOException,
SAXException
construct the ContHandler 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)