public interface URIResolver
| Modifier and Type | Method and Description |
|---|---|
URILocation |
resolve(String href,
String documentBase)
Resolves the given href and documentBase.
|
URILocation |
resolveURN(String urn)
Resolves the given urn.
|
URILocation resolve(String href, String documentBase) throws URIException
URIExceptionURILocation resolveURN(String urn) throws URIException
URIExceptionCopyright © 2016. All rights reserved.