|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.transform.stream.StreamSource it.imolinfo.jbi4corba.jbi.processor.transform.StringSource
public class StringSource
Taken from servicemix-core.
Field Summary |
---|
Fields inherited from class javax.xml.transform.stream.StreamSource |
---|
FEATURE |
Constructor Summary | |
---|---|
StringSource(String text)
Instantiates a new string source. |
|
StringSource(String text,
String systemId)
Instantiates a new string source. |
|
StringSource(String text,
String systemId,
String encoding)
Instantiates a new string source. |
Method Summary | |
---|---|
InputStream |
getInputStream()
Gets the InptStream . |
Reader |
getReader()
Gets the Reader. |
String |
getText()
Gets the text. |
String |
toString()
The Source as String. |
Methods inherited from class javax.xml.transform.stream.StreamSource |
---|
getPublicId, getSystemId, setInputStream, setPublicId, setReader, setSystemId, setSystemId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StringSource(String text)
text
- The StringSource textpublic StringSource(String text, String systemId)
text
- The StringSource textsystemId
- The SystemIdpublic StringSource(String text, String systemId, String encoding)
text
- The StringSource textsystemId
- The SystemIdencoding
- The encodingMethod Detail |
---|
public InputStream getInputStream()
InptStream
.
getInputStream
in class StreamSource
public Reader getReader()
getReader
in class StreamSource
public String toString()
toString
in class Object
public String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |