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 LSInput
public void setCharacterStream(Reader reader)
setCharacterStream
in interface LSInput
public InputStream getByteStream()
getByteStream
in interface LSInput
public void setByteStream(InputStream inputStream)
setByteStream
in interface LSInput
public String getStringData()
getStringData
in interface LSInput
public void setStringData(String s)
setStringData
in interface LSInput
public String getSystemId()
getSystemId
in interface LSInput
public void setSystemId(String s)
setSystemId
in interface LSInput
public String getPublicId()
getPublicId
in interface LSInput
public void setPublicId(String s)
setPublicId
in interface LSInput
public String getBaseURI()
getBaseURI
in interface LSInput
public void setBaseURI(String s)
setBaseURI
in interface LSInput
public String getEncoding()
getEncoding
in interface LSInput
public void setEncoding(String s)
setEncoding
in interface LSInput
public boolean getCertifiedText()
getCertifiedText
in interface LSInput
public void setCertifiedText(boolean b)
setCertifiedText
in interface LSInput
Copyright © 2020. All rights reserved.