Package org.xmlresolver.sources
Class ResolverInputSource
java.lang.Object
org.xml.sax.InputSource
org.xmlresolver.sources.ResolverInputSource
A
InputSource with a resolvedURI.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResolverInputSource(URI localURI, InputStream stream) Construct theInputSourcewhile preserving the local URI. -
Method Summary
Methods inherited from class org.xml.sax.InputSource
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, isEmpty, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
-
Field Details
-
resolvedURI
The underlying, resolved URI.
-
-
Constructor Details
-
ResolverInputSource
Construct theInputSourcewhile preserving the local URI.- Parameters:
localURI- The local URI.stream- The stream to return for this source.
-