Package org.smooks.xml
Class StreamSourceLSInput
- java.lang.Object
-
- org.smooks.xml.StreamSourceLSInput
-
- All Implemented Interfaces:
LSInput
public class StreamSourceLSInput extends Object implements LSInput
StreamSourcebasedLSInput.- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description StreamSourceLSInput(StreamSource input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseURI()InputStreamgetByteStream()booleangetCertifiedText()ReadergetCharacterStream()StringgetEncoding()StringgetPublicId()StringgetStringData()StringgetSystemId()voidsetBaseURI(String s)voidsetByteStream(InputStream inputStream)voidsetCertifiedText(boolean b)voidsetCharacterStream(Reader reader)voidsetEncoding(String s)voidsetPublicId(String s)voidsetStringData(String s)voidsetSystemId(String s)
-
-
-
Constructor Detail
-
StreamSourceLSInput
public StreamSourceLSInput(StreamSource input)
-
-
Method Detail
-
getCharacterStream
public Reader getCharacterStream()
- Specified by:
getCharacterStreamin interfaceLSInput
-
setCharacterStream
public void setCharacterStream(Reader reader)
- Specified by:
setCharacterStreamin interfaceLSInput
-
getByteStream
public InputStream getByteStream()
- Specified by:
getByteStreamin interfaceLSInput
-
setByteStream
public void setByteStream(InputStream inputStream)
- Specified by:
setByteStreamin interfaceLSInput
-
getStringData
public String getStringData()
- Specified by:
getStringDatain interfaceLSInput
-
setStringData
public void setStringData(String s)
- Specified by:
setStringDatain interfaceLSInput
-
getSystemId
public String getSystemId()
- Specified by:
getSystemIdin interfaceLSInput
-
setSystemId
public void setSystemId(String s)
- Specified by:
setSystemIdin interfaceLSInput
-
getPublicId
public String getPublicId()
- Specified by:
getPublicIdin interfaceLSInput
-
setPublicId
public void setPublicId(String s)
- Specified by:
setPublicIdin interfaceLSInput
-
getBaseURI
public String getBaseURI()
- Specified by:
getBaseURIin interfaceLSInput
-
setBaseURI
public void setBaseURI(String s)
- Specified by:
setBaseURIin interfaceLSInput
-
getEncoding
public String getEncoding()
- Specified by:
getEncodingin interfaceLSInput
-
setEncoding
public void setEncoding(String s)
- Specified by:
setEncodingin interfaceLSInput
-
getCertifiedText
public boolean getCertifiedText()
- Specified by:
getCertifiedTextin interfaceLSInput
-
setCertifiedText
public void setCertifiedText(boolean b)
- Specified by:
setCertifiedTextin interfaceLSInput
-
-