public class SchemaResourceLSInput extends Object implements LSInput
SchemaResourceResolver
This will use to store InputStream of external schema resource resolved by
SchemaResourceResolver
Current implementation is only using InputStream to store external schema resource. Methods other
than getByteStream() and
setByteStream(java.io.InputStream) are just place holders.| Constructor and Description |
|---|
SchemaResourceLSInput() |
| 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 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 Reader getCharacterStream()
getCharacterStream in interface LSInputpublic void setCharacterStream(Reader characterStream)
setCharacterStream in interface LSInputpublic InputStream getByteStream()
getByteStream in interface LSInputpublic void setByteStream(InputStream byteStream)
setByteStream in interface LSInputpublic String getStringData()
getStringData in interface LSInputpublic void setStringData(String stringData)
setStringData in interface LSInputpublic String getSystemId()
getSystemId in interface LSInputpublic void setSystemId(String systemId)
setSystemId in interface LSInputpublic String getPublicId()
getPublicId in interface LSInputpublic void setPublicId(String publicId)
setPublicId in interface LSInputpublic String getBaseURI()
getBaseURI in interface LSInputpublic void setBaseURI(String baseURI)
setBaseURI in interface LSInputpublic String getEncoding()
getEncoding in interface LSInputpublic void setEncoding(String encoding)
setEncoding in interface LSInputpublic boolean getCertifiedText()
getCertifiedText in interface LSInputpublic void setCertifiedText(boolean certifiedText)
setCertifiedText in interface LSInputCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.