| Constructor and Description |
|---|
ResourceLSInput(IInputStreamProvider aISP,
String sSystemID) |
ResourceLSInput(IReadableResource aResource) |
| 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 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 IReadableResource aResource)
public ResourceLSInput(@Nonnull IInputStreamProvider aISP, @Nullable String sSystemID)
@Nullable public String getBaseURI()
getBaseURI in interface LSInputpublic void setBaseURI(@Nullable String sBaseURI)
setBaseURI in interface LSInput@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 © 2006–2015 phloc systems. All rights reserved.