|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URIResolver
Resolves (relative) URI references into absolute URIs.
ResolverXMLFilter| Method Summary | |
|---|---|
java.net.URI |
getBaseURI()
Returns the current base URI |
java.net.URI |
resolve(java.lang.String href)
Resolves a (relative) URI reference into a full URI. |
void |
setBaseURI(java.net.URI aURI)
sets the base URI for the resolution process |
| Method Detail |
|---|
java.net.URI getBaseURI()
null
java.net.URI resolve(java.lang.String href)
throws java.net.URISyntaxException,
java.io.IOException
href - URI reference (potentially relative) that needs to be resolved
to an absolute URI
java.net.URISyntaxException - - if there was a syntax error constucting the URI
java.io.IOException - - if there was an error constructing the relative URIvoid setBaseURI(java.net.URI aURI)
aURI - URI to be used as the new base URI for subsequent resolution
steps, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||