Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jclark.xsl.sax.GenericDestination
com.jclark.xsl.sax.FileDescriptorDestination
public class FileDescriptorDestination
extends GenericDestination
Constructor Summary | |
|
Method Summary | |
OutputStream |
|
boolean |
|
Destination |
|
Methods inherited from class com.jclark.xsl.sax.GenericDestination | |
getEncoding , getWriter , keepOpen , resolve , setEncoding |
public OutputStream getOutputStream(String contentType, String encoding)
- Specified by:
- getOutputStream in interface Destination
public boolean keepOpen()
always returns true, we never want to close stdout
- Specified by:
- keepOpen in interface Destination
- Overrides:
- keepOpen in interface GenericDestination
public Destination resolve(String uri)
returns a FileDestination to the given (local) URI
- Specified by:
- resolve in interface Destination
- Overrides:
- resolve in interface GenericDestination