protected class ClasspathResolver.LSInputImpl extends Object implements LSInput
LSInput
.Modifier and Type | Field and Description |
---|---|
private BufferedInputStream |
buffInput
Resolved resource.
|
private String |
publicId
Public ID of the resolved resource.
|
private String |
systemId
System ID of the resolved resource.
|
Constructor and Description |
---|
LSInputImpl(String pubId,
String sysId,
InputStream input)
Constructor.
|
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 uri) |
void |
setByteStream(InputStream byteStream) |
void |
setCertifiedText(boolean isCertifiedText) |
void |
setCharacterStream(Reader characterStream) |
void |
setEncoding(String encoding) |
void |
setPublicId(String id) |
void |
setStringData(String stringData) |
void |
setSystemId(String id) |
private String publicId
private String systemId
private BufferedInputStream buffInput
public LSInputImpl(String pubId, String sysId, InputStream input)
pubId
- public id of the resolved resourcesysId
- system id of the resolved resourceinput
- resolved resourcepublic String getBaseURI()
getBaseURI
in interface LSInput
public InputStream getByteStream()
getByteStream
in interface LSInput
public boolean getCertifiedText()
getCertifiedText
in interface LSInput
public Reader getCharacterStream()
getCharacterStream
in interface LSInput
public String getEncoding()
getEncoding
in interface LSInput
public String getPublicId()
getPublicId
in interface LSInput
public String getStringData()
getStringData
in interface LSInput
public String getSystemId()
getSystemId
in interface LSInput
public void setBaseURI(String uri)
setBaseURI
in interface LSInput
public void setByteStream(InputStream byteStream)
setByteStream
in interface LSInput
public void setCertifiedText(boolean isCertifiedText)
setCertifiedText
in interface LSInput
public void setCharacterStream(Reader characterStream)
setCharacterStream
in interface LSInput
public void setEncoding(String encoding)
setEncoding
in interface LSInput
public void setPublicId(String id)
setPublicId
in interface LSInput
public void setStringData(String stringData)
setStringData
in interface LSInput
public void setSystemId(String id)
setSystemId
in interface LSInput
Copyright © 1999–2016. All rights reserved.