Package com.helger.xml.ls
Class ResourceLSInput
java.lang.Object
com.helger.xml.ls.ResourceLSInput
- All Implemented Interfaces:
LSInput
Simple
LSInput implementation.- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionResourceLSInput(com.helger.commons.io.IHasInputStream aISP, String sSystemID) ResourceLSInput(com.helger.commons.io.resource.IReadableResource aResource) -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.helger.commons.io.IHasInputStreamvoidsetBaseURI(String sBaseURI) voidsetByteStream(InputStream aByteStream) voidsetCertifiedText(boolean bCertifiedText) voidsetCharacterStream(Reader aCharacterStream) voidsetEncoding(String sEncoding) voidsetPublicId(String sPublicId) voidsetStringData(String sStringData) voidsetSystemId(String sSystemId) toString()
-
Constructor Details
-
ResourceLSInput
-
ResourceLSInput
-
-
Method Details
-
getBaseURI
- Specified by:
getBaseURIin interfaceLSInput
-
setBaseURI
- Specified by:
setBaseURIin interfaceLSInput
-
getInputStreamProvider
-
getByteStream
- Specified by:
getByteStreamin interfaceLSInput
-
setByteStream
- Specified by:
setByteStreamin interfaceLSInput
-
getCertifiedText
public boolean getCertifiedText()- Specified by:
getCertifiedTextin interfaceLSInput
-
setCertifiedText
public void setCertifiedText(boolean bCertifiedText) - Specified by:
setCertifiedTextin interfaceLSInput
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceLSInput
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceLSInput
-
getEncoding
- Specified by:
getEncodingin interfaceLSInput
-
setEncoding
- Specified by:
setEncodingin interfaceLSInput
-
getPublicId
- Specified by:
getPublicIdin interfaceLSInput
-
setPublicId
- Specified by:
setPublicIdin interfaceLSInput
-
getStringData
- Specified by:
getStringDatain interfaceLSInput
-
setStringData
- Specified by:
setStringDatain interfaceLSInput
-
getSystemId
- Specified by:
getSystemIdin interfaceLSInput
-
setSystemId
- Specified by:
setSystemIdin interfaceLSInput
-
toString
-