Package com.helger.xml.sax
Class ReadableResourceSAXInputSource
java.lang.Object
org.xml.sax.InputSource
com.helger.xml.sax.ReadableResourceSAXInputSource
Special
InputSource implementation that reads from
IReadableResource or IHasInputStream objects. The system ID
of the stream source is automatically determined from the resource or can be
manually passed in.- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionReadableResourceSAXInputSource(com.helger.commons.io.IHasInputStream aISP, String sSystemID) ReadableResourceSAXInputSource(com.helger.commons.io.resource.IReadableResource aResource) -
Method Summary
Methods inherited from class org.xml.sax.InputSource
getCharacterStream, getEncoding, getPublicId, getSystemId, isEmpty, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
-
Constructor Details
-
ReadableResourceSAXInputSource
public ReadableResourceSAXInputSource(@Nonnull com.helger.commons.io.resource.IReadableResource aResource) -
ReadableResourceSAXInputSource
-
-
Method Details
-
getInputStreamProvider
-
getByteStream
- Overrides:
getByteStreamin classInputSource
-
toString
-