|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jclark.xsl.sax.GenericDestination
com.jclark.xsl.sax.FileDestination
public class FileDestination
Represents a file to which we can write the results of a transformation
| Constructor Summary | |
|---|---|
FileDestination(java.io.File file)
|
|
FileDestination(java.lang.String str)
|
|
| Method Summary | |
|---|---|
java.io.OutputStream |
getOutputStream(java.lang.String contentType,
java.lang.String encoding)
|
Destination |
resolve(java.lang.String uri)
By default return a FileDestination to the given (local) URI |
| Methods inherited from class com.jclark.xsl.sax.GenericDestination |
|---|
getEncoding, getWriter, keepOpen, setEncoding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileDestination(java.lang.String str)
public FileDestination(java.io.File file)
| Method Detail |
|---|
public java.io.OutputStream getOutputStream(java.lang.String contentType,
java.lang.String encoding)
throws java.io.IOException
java.io.IOExceptionpublic Destination resolve(java.lang.String uri)
GenericDestination
resolve in interface Destinationresolve in class GenericDestination
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||