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.
 

Method Detail

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 url
base - the system base url
Returns:
a source object representing the file.