Module java.xml

Class StreamSource

java.lang.Object
javax.xml.transform.stream.StreamSource
All Implemented Interfaces:
Source

public class StreamSource extends Object implements Source

Acts as an holder for a transformation Source in the form of a stream of XML markup.

Note: Due to their internal use of either a Reader or InputStream instance, StreamSource instances may only be used once.

Since:
1.4