javax.xml.transform.stream
public class StreamSource extends Object implements Source
Version: 1.0
Field Summary | |
---|---|
static String | FEATURE |
Constructor Summary | |
---|---|
StreamSource() | |
StreamSource(File file) | |
StreamSource(InputStream stream) | |
StreamSource(InputStream stream, String systemID) | |
StreamSource(Reader reader) | |
StreamSource(Reader reader, String systemID) | |
StreamSource(String systemID) |
Method Summary | |
---|---|
InputStream | getInputStream() |
String | getPublicId() |
Reader | getReader() |
String | getSystemId() |
void | setInputStream(InputStream stream) |
void | setPublicId(String publicID) |
void | setReader(Reader reader) |
void | setSystemId(File file) |
void | setSystemId(String systemID) |
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.