com.jclark.xsl.sax
Class OutputStreamDestination

java.lang.Object
  extended by com.jclark.xsl.sax.GenericDestination
      extended by com.jclark.xsl.sax.OutputStreamDestination
All Implemented Interfaces:
Destination

public class OutputStreamDestination
extends GenericDestination

A Destination on an already opened OutputStream


Constructor Summary
OutputStreamDestination(java.io.OutputStream outputStream)
           
 
Method Summary
 java.io.OutputStream getOutputStream(java.lang.String contentType, java.lang.String encoding)
          initialize with the given (Java) character encoding name, ignore the mime contentType and return the OutputStream for an OutputHandler to write to
 
Methods inherited from class com.jclark.xsl.sax.GenericDestination
getEncoding, getWriter, keepOpen, resolve, setEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamDestination

public OutputStreamDestination(java.io.OutputStream outputStream)
Method Detail

getOutputStream

public java.io.OutputStream getOutputStream(java.lang.String contentType,
                                            java.lang.String encoding)
initialize with the given (Java) character encoding name, ignore the mime contentType and return the OutputStream for an OutputHandler to write to