Uses of Class
org.tm4j.net.LocatorResolutionException

Packages that use LocatorResolutionException
org.tm4j.net Provides functionality for dealing with references to external resources. 
 

Uses of LocatorResolutionException in org.tm4j.net
 

Methods in org.tm4j.net that throw LocatorResolutionException
 java.io.InputStream URILocatorResolver.resolve(Locator loc)
          Opens an InputStream from the resource specified by the Locator's address.
static java.lang.String URILocatorHelper.resolveRelative(java.lang.String base, java.lang.String rel)
           
 java.io.InputStream SimpleLocatorResolverManager.resolve(Locator loc)
           
 java.io.InputStream LocatorResolver.resolve(Locator locator)
          Opens an input stream from the location specified by locator.
 Locator Locator.resolveRelative(Locator rel)
          Returns a new Locator whose address is the result of resolving the specified Locator relative to this Locator.
 Locator Locator.resolveRelative(java.lang.String rel)
          Returns a new Locator whose address is the result of resolvng the specified relative address string relative to this Locator.