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
URIException
URILocation resolveURN(String urn) throws URIException
URIException
Copyright © 2019. All rights reserved.