org.apache.xalan.xsltc.compiler
public interface SourceLoader
Method Summary | |
---|---|
InputSource | loadSource(String href, String context, XSLTC xsltc)
This interface is used to plug external document loaders into XSLTC
(used with the |
Parameters: href The URI of the document to load context The URI of the currently loaded document xsltc The compiler that resuests the document
Returns: An InputSource with the loaded document