FileDocCategorySizeDatePackage
SourceLoader.javaAPI DocJava SE 6 API1329Tue Jun 10 00:22:30 BST 2008com.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