|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URLResolver
Resolves (relative) URL references into absolute URLs.
ResolverXMLFilter| Method Summary | |
|---|---|
java.net.URL |
getBaseURL()
Returns the current base URL |
java.net.URL |
resolve(java.lang.String href)
Resolves a (relative) URL reference into a full URL. |
void |
setBaseURL(java.net.URL aURL)
sets the base URL for the resolution process |
| Methods inherited from interface javax.xml.transform.URIResolver |
|---|
resolve |
| Method Detail |
|---|
java.net.URL resolve(java.lang.String href)
throws java.net.MalformedURLException
href - URL reference (potentially relative) that needs to be resolved
to an absolute URL
java.net.MalformedURLException - - if there was a syntax error constucting the URLjava.net.URL getBaseURL()
nullvoid setBaseURL(java.net.URL aURL)
aURL - URL to be used as the new base URL for subsequent resolution steps, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||