Class ResolverInputSource


  • public class ResolverInputSource
    extends org.xml.sax.InputSource
    A InputSource with a resolvedURI.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.net.URI resolvedURI
      The underlying, resolved URI.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolverInputSource​(java.net.URI localURI, java.io.InputStream stream)
      Construct the InputSource while 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • resolvedURI

        public final java.net.URI resolvedURI
        The underlying, resolved URI.
    • Constructor Detail

      • ResolverInputSource

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