Class ResolverInputSource

java.lang.Object
org.xml.sax.InputSource
org.xmlresolver.sources.ResolverInputSource

public class ResolverInputSource extends InputSource
A InputSource with a resolvedURI.
  • Field Details

    • resolvedURI

      public final URI resolvedURI
      The underlying, resolved URI.
  • Constructor Details

    • ResolverInputSource

      public ResolverInputSource(URI localURI, InputStream stream)
      Construct the InputSource while preserving the local URI.
      Parameters:
      localURI - The local URI.
      stream - The stream to return for this source.