public class StreamSourceLSInput extends Object implements LSInput
StreamSource based LSInput.| Constructor and Description |
|---|
StreamSourceLSInput(StreamSource input) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
InputStream |
getByteStream() |
boolean |
getCertifiedText() |
Reader |
getCharacterStream() |
String |
getEncoding() |
String |
getPublicId() |
String |
getStringData() |
String |
getSystemId() |
void |
setBaseURI(String s) |
void |
setByteStream(InputStream inputStream) |
void |
setCertifiedText(boolean b) |
void |
setCharacterStream(Reader reader) |
void |
setEncoding(String s) |
void |
setPublicId(String s) |
void |
setStringData(String s) |
void |
setSystemId(String s) |
public StreamSourceLSInput(StreamSource input)
public Reader getCharacterStream()
getCharacterStream in interface LSInputpublic void setCharacterStream(Reader reader)
setCharacterStream in interface LSInputpublic InputStream getByteStream()
getByteStream in interface LSInputpublic void setByteStream(InputStream inputStream)
setByteStream in interface LSInputpublic String getStringData()
getStringData in interface LSInputpublic void setStringData(String s)
setStringData in interface LSInputpublic String getSystemId()
getSystemId in interface LSInputpublic void setSystemId(String s)
setSystemId in interface LSInputpublic String getPublicId()
getPublicId in interface LSInputpublic void setPublicId(String s)
setPublicId in interface LSInputpublic String getBaseURI()
getBaseURI in interface LSInputpublic void setBaseURI(String s)
setBaseURI in interface LSInputpublic String getEncoding()
getEncoding in interface LSInputpublic void setEncoding(String s)
setEncoding in interface LSInputpublic boolean getCertifiedText()
getCertifiedText in interface LSInputpublic void setCertifiedText(boolean b)
setCertifiedText in interface LSInputCopyright © 2020. All rights reserved.