public class CustomLSInput extends Object implements LSInput
LSInput, in order to implement our custom LSResourceResolver.| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
InputStream |
getByteStream() |
boolean |
getCertifiedText() |
Reader |
getCharacterStream() |
String |
getEncoding() |
String |
getPublicId() |
String |
getStringData() |
String |
getSystemId() |
static WithBaseURI<WithPublicId<WithResourceFilename<WithSystemId<Build<CustomLSInput>>>>> |
newBuilder()
A fluent builder to ease the construction of
CustomLSInput, since its constructor contains several
arguments which are all strings. |
void |
setBaseURI(String baseURI) |
void |
setByteStream(InputStream byteStream) |
void |
setCertifiedText(boolean certifiedText) |
void |
setCharacterStream(Reader characterStream) |
void |
setEncoding(String encoding) |
void |
setPublicId(String publicId) |
void |
setStringData(String stringData) |
void |
setSystemId(String systemId) |
public static WithBaseURI<WithPublicId<WithResourceFilename<WithSystemId<Build<CustomLSInput>>>>> newBuilder()
CustomLSInput, since its constructor contains several
arguments which are all strings.CustomLSInput.public String getBaseURI()
getBaseURI in interface LSInputpublic InputStream getByteStream()
getByteStream in interface LSInputpublic boolean getCertifiedText()
Unsupported operation.
getCertifiedText in interface LSInputpublic Reader getCharacterStream()
getCharacterStream in interface LSInputpublic String getEncoding()
getEncoding in interface LSInputpublic String getPublicId()
getPublicId in interface LSInputpublic String getStringData()
getStringData in interface LSInputpublic String getSystemId()
getSystemId in interface LSInputpublic void setBaseURI(String baseURI)
setBaseURI in interface LSInputpublic void setByteStream(InputStream byteStream)
setByteStream in interface LSInputpublic void setCertifiedText(boolean certifiedText)
Unsupported operation.
setCertifiedText in interface LSInputpublic void setCharacterStream(Reader characterStream)
Unsupported operation.
setCharacterStream in interface LSInputpublic void setEncoding(String encoding)
Unsupported operation.
setEncoding in interface LSInputpublic void setPublicId(String publicId)
setPublicId in interface LSInputpublic void setStringData(String stringData)
Unsupported operation.
setStringData in interface LSInputpublic void setSystemId(String systemId)
setSystemId in interface LSInputCopyright © 2020. All rights reserved.