Package org.apache.xalan.xsltc.compiler
Interface SourceLoader
- All Known Implementing Classes:
TemplatesHandlerImpl
,TransformerFactoryImpl
public interface SourceLoader
- Author:
- Morten Jorgensen
-
Method Summary
Modifier and TypeMethodDescriptionloadSource
(String href, String context, XSLTC xsltc) This interface is used to plug external document loaders into XSLTC (used with the invalid input: '<'xsl:include> and invalid input: '<'xsl:import> elements.
-
Method Details
-
loadSource
This interface is used to plug external document loaders into XSLTC (used with the invalid input: '<'xsl:include> and invalid input: '<'xsl:import> elements.- Parameters:
href
- The URI of the document to loadcontext
- The URI of the currently loaded documentxsltc
- The compiler that resuests the document- Returns:
- An InputSource with the loaded document
-