Searched defs:StreamResult (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/javax/xml/transform/stream/
H A DStreamResult.java41 public class StreamResult implements Result { class in inherits:Result
48 "http://javax.xml.transform.stream.StreamResult/feature";
53 public StreamResult() { method in class:StreamResult
57 * Construct a StreamResult from a byte stream. Normally,
64 public StreamResult(OutputStream outputStream) { method in class:StreamResult
69 * Construct a StreamResult from a character stream. Normally,
78 public StreamResult(Writer writer) { method in class:StreamResult
83 * Construct a StreamResult from a URL.
87 public StreamResult(String systemId) { method in class:StreamResult
92 * Construct a StreamResult fro
96 public StreamResult(File f) { method in class:StreamResult
[all...]

Completed in 129 milliseconds