| |
|
| java.lang.Object javax.xml.transform.stream.StreamSource org.springframework.xml.transform.StringSource
StringSource | public class StringSource extends StreamSource (Code) | | Convenient subclass of StreamSource that reads from a StringReader . The string to be read
can be set via the constructor.
author: Arjen Poutsma since: 1.0.0 |
Constructor Summary | |
public | StringSource(String content) Initializes a new instance of the StringSource with the given string content. | public | StringSource(String content, String systemId) Initializes a new instance of the StringSource with the given string content and system id. |
StringSource | public StringSource(String content)(Code) | | Initializes a new instance of the StringSource with the given string content.
Parameters: content - the content |
StringSource | public StringSource(String content, String systemId)(Code) | | Initializes a new instance of the StringSource with the given string content and system id.
Parameters: content - the content Parameters: systemId - a string that conforms to the URI syntax |
Fields inherited from javax.xml.transform.stream.StreamSource | final public static String FEATURE(Code)(Java Doc)
|
|
|
|