com.jclark.xsl.sax
public class FileDescriptorDestination extends GenericDestination
| Constructor Summary | |
|---|---|
| FileDescriptorDestination(FileDescriptor fd) | |
| Method Summary | |
|---|---|
| OutputStream | getOutputStream(String contentType, String encoding) |
| boolean | keepOpen()
always returns true, we never want to close stdout |
| Destination | resolve(String uri)
returns a FileDestination to the given (local) URI |