com.jclark.xsl.sax
public abstract class GenericDestination extends Object implements Destination
| Method Summary | |
|---|---|
| String | getEncoding()
returns the IANA character encoding name |
| Writer | getWriter(String contentType, String encoding)
get a Writer for an OutputHandler to write characters to
our default behavior is to construct a new Writer around
the OutputStream associated with this Destination. |
| boolean | keepOpen()
determines whether the output stream should be closed when
the transformation is completed. |
| Destination | resolve(String uri)
By default return a FileDestination to the given (local) URI |
| protected void | setEncoding(String encoding)
sets the IANA character encoding name from a Java character
encoding name. |
true