Package com.helger.xml.ls
Class ResourceLSInput
- java.lang.Object
-
- com.helger.xml.ls.ResourceLSInput
-
-
Constructor Summary
Constructors Constructor Description ResourceLSInput(com.helger.commons.io.IHasInputStream aISP, String sSystemID)ResourceLSInput(com.helger.commons.io.resource.IReadableResource aResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseURI()InputStreamgetByteStream()booleangetCertifiedText()ReadergetCharacterStream()StringgetEncoding()com.helger.commons.io.IHasInputStreamgetInputStreamProvider()StringgetPublicId()StringgetStringData()StringgetSystemId()voidsetBaseURI(String sBaseURI)voidsetByteStream(InputStream aByteStream)voidsetCertifiedText(boolean bCertifiedText)voidsetCharacterStream(Reader aCharacterStream)voidsetEncoding(String sEncoding)voidsetPublicId(String sPublicId)voidsetStringData(String sStringData)voidsetSystemId(String sSystemId)StringtoString()
-
-
-
Method Detail
-
getBaseURI
@Nullable public String getBaseURI()
- Specified by:
getBaseURIin interfaceLSInput
-
setBaseURI
public void setBaseURI(@Nullable String sBaseURI)
- Specified by:
setBaseURIin interfaceLSInput
-
getInputStreamProvider
@Nonnull public com.helger.commons.io.IHasInputStream getInputStreamProvider()
-
getByteStream
@Nonnull public InputStream getByteStream()
- Specified by:
getByteStreamin interfaceLSInput
-
setByteStream
@UnsupportedOperation public void setByteStream(InputStream aByteStream)
- Specified by:
setByteStreamin interfaceLSInput
-
getCertifiedText
public boolean getCertifiedText()
- Specified by:
getCertifiedTextin interfaceLSInput
-
setCertifiedText
public void setCertifiedText(boolean bCertifiedText)
- Specified by:
setCertifiedTextin interfaceLSInput
-
getCharacterStream
@Nullable public Reader getCharacterStream()
- Specified by:
getCharacterStreamin interfaceLSInput
-
setCharacterStream
@UnsupportedOperation public void setCharacterStream(Reader aCharacterStream)
- Specified by:
setCharacterStreamin interfaceLSInput
-
getEncoding
@Nullable public String getEncoding()
- Specified by:
getEncodingin interfaceLSInput
-
setEncoding
public void setEncoding(@Nullable String sEncoding)
- Specified by:
setEncodingin interfaceLSInput
-
getPublicId
@Nullable public String getPublicId()
- Specified by:
getPublicIdin interfaceLSInput
-
setPublicId
public void setPublicId(@Nullable String sPublicId)
- Specified by:
setPublicIdin interfaceLSInput
-
getStringData
@Nullable public String getStringData()
- Specified by:
getStringDatain interfaceLSInput
-
setStringData
public void setStringData(@Nullable String sStringData)
- Specified by:
setStringDatain interfaceLSInput
-
getSystemId
@Nullable public String getSystemId()
- Specified by:
getSystemIdin interfaceLSInput
-
setSystemId
public void setSystemId(@Nullable String sSystemId)
- Specified by:
setSystemIdin interfaceLSInput
-
-