FileDocCategorySizeDatePackage
SourceLoader.javaAPI DocJava SE 5 API1325Fri Aug 26 14:55:36 BST 2005com.sun.org.apache.xalan.internal.xsltc.compiler

SourceLoader

public interface SourceLoader
author
Morten Jorgensen

Fields Summary
Constructors Summary
Methods Summary
public org.xml.sax.InputSourceloadSource(java.lang.String href, java.lang.String context, com.sun.org.apache.xalan.internal.xsltc.compiler.XSLTC xsltc)
This interface is used to plug external document loaders into XSLTC (used with the and elements.

param
href The URI of the document to load
param
context The URI of the currently loaded document
param
xsltc The compiler that resuests the document
return
An InputSource with the loaded document