| Constructor and Description |
|---|
ResourceLSInput(com.helger.commons.io.IHasInputStream aISP,
String sSystemID) |
ResourceLSInput(com.helger.commons.io.resource.IReadableResource aResource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
InputStream |
getByteStream() |
boolean |
getCertifiedText() |
Reader |
getCharacterStream() |
String |
getEncoding() |
com.helger.commons.io.IHasInputStream |
getInputStreamProvider() |
String |
getPublicId() |
String |
getStringData() |
String |
getSystemId() |
void |
setBaseURI(String sBaseURI) |
void |
setByteStream(InputStream aByteStream) |
void |
setCertifiedText(boolean bCertifiedText) |
void |
setCharacterStream(Reader aCharacterStream) |
void |
setEncoding(String sEncoding) |
void |
setPublicId(String sPublicId) |
void |
setStringData(String sStringData) |
void |
setSystemId(String sSystemId) |
String |
toString() |
public ResourceLSInput(@Nonnull com.helger.commons.io.resource.IReadableResource aResource)
@Nullable public String getBaseURI()
getBaseURI in interface LSInputpublic void setBaseURI(@Nullable String sBaseURI)
setBaseURI in interface LSInput@Nonnull public com.helger.commons.io.IHasInputStream getInputStreamProvider()
@Nonnull public InputStream getByteStream()
getByteStream in interface LSInput@UnsupportedOperation public void setByteStream(InputStream aByteStream)
setByteStream in interface LSInputpublic boolean getCertifiedText()
getCertifiedText in interface LSInputpublic void setCertifiedText(boolean bCertifiedText)
setCertifiedText in interface LSInput@Nullable public Reader getCharacterStream()
getCharacterStream in interface LSInput@UnsupportedOperation public void setCharacterStream(Reader aCharacterStream)
setCharacterStream in interface LSInput@Nullable public String getEncoding()
getEncoding in interface LSInputpublic void setEncoding(@Nullable String sEncoding)
setEncoding in interface LSInput@Nullable public String getPublicId()
getPublicId in interface LSInputpublic void setPublicId(@Nullable String sPublicId)
setPublicId in interface LSInput@Nullable public String getStringData()
getStringData in interface LSInputpublic void setStringData(@Nullable String sStringData)
setStringData in interface LSInput@Nullable public String getSystemId()
getSystemId in interface LSInputpublic void setSystemId(@Nullable String sSystemId)
setSystemId in interface LSInputCopyright © 2014–2023 Philip Helger. All rights reserved.