javax.xml.transform.stream
public class StreamResult extends Object implements Result
Version: 1.0
Field Summary | |
---|---|
static String | FEATURE |
Constructor Summary | |
---|---|
StreamResult() | |
StreamResult(OutputStream stream) | |
StreamResult(Writer writer) | |
StreamResult(String systemID) | |
StreamResult(File file) |
Method Summary | |
---|---|
OutputStream | getOutputStream() |
String | getSystemId() |
Writer | getWriter() |
void | setOutputStream(OutputStream stream) |
void | setSystemId(File file) |
void | setSystemId(String systemID) |
void | setWriter(Writer writer) |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2011-08-26.