com.jclark.xsl.sax
public class OutputStreamDestination extends GenericDestination
| Constructor Summary | |
|---|---|
| OutputStreamDestination(OutputStream outputStream) | |
| Method Summary | |
|---|---|
| OutputStream | getOutputStream(String contentType, String encoding)
initialize with the given (Java) character encoding name,
ignore the mime contentType and return the OutputStream
for an OutputHandler to write to |