StreamSource
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.
Fields
FEATURE
登录查看完整内容