URIResolverpublic final class URIResolverImpl extends java.lang.Object implements URIResolver
| Constructor | Description | 
|---|---|
URIResolverImpl() | 
| Modifier and Type | Method | Description | 
|---|---|---|
URILocation | 
resolve(java.lang.String href,
       java.lang.String documentBase) | 
 Resolves the given href and documentBase. 
 | 
URILocation | 
resolveURN(java.lang.String urn) | 
 Resolves the given urn. 
 | 
public URILocation resolve(java.lang.String href, java.lang.String documentBase) throws URIException
Note:
    
        file:/c:/Program Files/MyApp/myresource.xml
        file://usr/etc/myresource.xml
        http://www.castor.org/index.html
        ../relative/index.html
    
 
 However, the following won't be valid:
 
    
        file://c:/Program Files/MyApp/myresource.xml
    
 resolve in interface URIResolverURIExceptionpublic URILocation resolveURN(java.lang.String urn) throws URIException
resolveURN in interface URIResolverURIExceptionIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com