Package org.xmlresolver.sources
Class ResolverSAXSource
java.lang.Object
javax.xml.transform.sax.SAXSource
org.xmlresolver.sources.ResolverSAXSource
- All Implemented Interfaces:
Source
A
SAXSource with a resolvedURI.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResolverSAXSource(URI localURI, InputSource source) Construct aSAXSourcewhile preserving the local URI. -
Method Summary
Methods inherited from class javax.xml.transform.sax.SAXSource
getInputSource, getSystemId, getXMLReader, isEmpty, setInputSource, setSystemId, setXMLReader, sourceToInputSource
-
Field Details
-
resolvedURI
The underlying, resolved URI.
-
-
Constructor Details
-
ResolverSAXSource
Construct aSAXSourcewhile preserving the local URI.- Parameters:
localURI- The local URI.source- The input source to return for this source.
-