javax.xml.transform
public interface URIResolver
| Method Summary | |
|---|---|
| Source | resolve(String href, String base)
Resolves an xsl:include, xsl:import, or
XPath document() function. |
xsl:include, xsl:import, or
XPath document() function.Parameters: href the URI to resolve (relative or absolute) base the base URI relative to which the URI is to be resolved
Returns: a source, or null if the resource could not be found