javax.xml.transform
Interface URIResolver
- public interface URIResolver
Looks up a Represents a usable stylesheet.
Method Summary |
Source |
resolve(java.lang.String href,
java.lang.String base)
Returns a source, given a relative url and a base url. |
resolve
public Source resolve(java.lang.String href,
java.lang.String base)
throws TransformerException
- Returns a source, given a relative url and a base url.
- Parameters:
href
- the relative urlbase
- the system base url- Returns:
- a source object representing the file.