Class ResolverSAXSource

  • All Implemented Interfaces:
    javax.xml.transform.Source

    public class ResolverSAXSource
    extends javax.xml.transform.sax.SAXSource
    A SAXSource with a resolvedURI.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.net.URI resolvedURI
      The underlying, resolved URI.
      • Fields inherited from class javax.xml.transform.sax.SAXSource

        FEATURE
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolverSAXSource​(java.net.URI localURI, org.xml.sax.InputSource source)
      Construct a SAXSource while preserving the local URI.
    • Method Summary

      • Methods inherited from class javax.xml.transform.sax.SAXSource

        getInputSource, getSystemId, getXMLReader, isEmpty, setInputSource, setSystemId, setXMLReader, sourceToInputSource
      • 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

      • ResolverSAXSource

        public ResolverSAXSource​(java.net.URI localURI,
                                 org.xml.sax.InputSource source)
        Construct a SAXSource while preserving the local URI.
        Parameters:
        localURI - The local URI.
        source - The input source to return for this source.