Package ee.jakarta.tck.ws.rs.common.impl
Class StringSource
java.lang.Object
javax.xml.transform.stream.StreamSource
ee.jakarta.tck.ws.rs.common.impl.StringSource
- All Implemented Interfaces:
Source
-
Field Summary
Fields inherited from class javax.xml.transform.stream.StreamSource
FEATURE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.xml.transform.stream.StreamSource
isEmpty, setInputStream, setPublicId, setReader, setSystemId
-
Constructor Details
-
StringSource
-
-
Method Details
-
getSystemId
- Specified by:
getSystemId
in interfaceSource
- Overrides:
getSystemId
in classStreamSource
-
setSystemId
- Specified by:
setSystemId
in interfaceSource
- Overrides:
setSystemId
in classStreamSource
-
getInputStream
- Overrides:
getInputStream
in classStreamSource
-
getReader
- Overrides:
getReader
in classStreamSource
-
getPublicId
- Overrides:
getPublicId
in classStreamSource
-