public final class UriResolvers extends Object
URIResolver.| Modifier and Type | Method and Description |
|---|---|
static URIResolver |
newUriResolver(InputResolver inputResolver) |
static Source |
resolve(URIResolver resolver,
URI href,
URI base)
Resolves a pair of URIs as a
Source. |
public static URIResolver newUriResolver(InputResolver inputResolver)
public static Source resolve(URIResolver resolver, URI href, URI base)
Source.
This method is similar to URIResolver.resolve(String, String) but
handles URI arguments and only throws unchecked exceptions. The
method also handles null arguments silently.
Copyright © 2009-2012 TranceCode. All Rights Reserved.