API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform. URIResolver View Source
Author(s)
Since
Version
Serial
Hierarchy
 URIResolver
Subinterfaces
Description
public interface URIResolver
  An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
See also:   
Methods
Hide/Show inherited methods
public Source resolve (String href, String base) throws TransformerException
  Called by the processor when it encounters an xsl:include, xsl:import, or document() function.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar