Package org.smooks.io.payload
Class StringSource
- java.lang.Object
-
- javax.xml.transform.stream.StreamSource
-
- org.smooks.io.payload.StringSource
-
- All Implemented Interfaces:
Source
public class StringSource extends StreamSource
Utility class for creating a String basedStreamSource
.- Author:
- tom.fennelly@gmail.com
-
-
Field Summary
-
Fields inherited from class javax.xml.transform.stream.StreamSource
FEATURE
-
-
Constructor Summary
Constructors Constructor Description StringSource(String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSource()
-
Methods inherited from class javax.xml.transform.stream.StreamSource
getInputStream, getPublicId, getReader, getSystemId, setInputStream, setPublicId, setReader, setSystemId, setSystemId
-
-