|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.sax.GenericDestination
com.jclark.xsl.sax.OutputStreamDestination
public class OutputStreamDestination
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 |
---|
public OutputStreamDestination(java.io.OutputStream outputStream)
Method Detail |
---|
public java.io.OutputStream getOutputStream(java.lang.String contentType, java.lang.String encoding)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |