public interface ExternalReferenceResolverInterface
InternalReferenceResolverInterface| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
resolve(URI uri)
Returns an
InputStream providing the octet stream content associated with the specified
URI. |
void |
setBaseURI(URI baseURI)
Sets the base URI used for absolutizing relative URIs.
|
java.io.InputStream resolve(URI uri) throws ExternalReferenceResolverException
InputStream providing the octet stream content associated with the specified
URI.uri - The URI specifying a location (URL) or a name (URN). The URI must neither be empty nor
reference-only.ExternalReferenceResolverException - if providing the octet stream fails for any reason.void setBaseURI(URI baseURI)
baseURI - The base URI. Must not be null.