com.jclark.xsl.sax
public interface Destination
| Method Summary | |
|---|---|
| String | getEncoding()
Returns the IANA name of the encoding actually used. |
| OutputStream | getOutputStream(String contentType, String encoding) |
| Writer | getWriter(String contentType, String encoding) |
| boolean | keepOpen()
Returns true if the OutputStream or Writer should be kept open by the
caller and not closed when the caller is done with it. |
| Destination | resolve(String uri) |