Save This Page
Home » openjdk-7 » javax » xml » transform » [javadoc | source]
javax.xml.transform
public interface: URIResolver [javadoc | source]

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.
Method from javax.xml.transform.URIResolver Summary:
resolve
Method from javax.xml.transform.URIResolver Detail:
 public Source resolve(String href,
    String base) throws TransformerException
    Called by the processor when it encounters an xsl:include, xsl:import, or document() function.