Package org.xmlresolver.sources
Class ResolverInputSource
- java.lang.Object
-
- org.xml.sax.InputSource
-
- org.xmlresolver.sources.ResolverInputSource
-
public class ResolverInputSource extends org.xml.sax.InputSourceAInputSourcewith aresolvedURI.
-
-
Field Summary
Fields Modifier and Type Field Description java.net.URIresolvedURIThe underlying, resolved URI.
-
Constructor Summary
Constructors Constructor Description ResolverInputSource(java.net.URI localURI, java.io.InputStream stream)Construct theInputSourcewhile preserving the local URI.
-