public interface URIAbsolutizer
If a source factory does not implement this interface, the standard algorithm (as described in RFC 2396) will be used. This interface only needs to be implemented for source-types which have a different behaviour.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
absolutize(java.lang.String baseURI,
java.lang.String location) |