Uses of Interface
org.apache.xalan.xsltc.compiler.SourceLoader

Packages that use SourceLoader
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.trax   
 

Uses of SourceLoader in org.apache.xalan.xsltc.compiler
 

Fields in org.apache.xalan.xsltc.compiler declared as SourceLoader
private  SourceLoader XSLTC._loader
           
private  SourceLoader Stylesheet._loader
          A reference to the SourceLoader set by the user (a URIResolver if the JAXP API is being used).
 

Methods in org.apache.xalan.xsltc.compiler that return SourceLoader
 SourceLoader Stylesheet.getSourceLoader()
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type SourceLoader
 void XSLTC.setSourceLoader(SourceLoader loader)
          Defines an external SourceLoader to provide the compiler with documents referenced in xsl:include/import
 void Stylesheet.setSourceLoader(SourceLoader loader)
           
 

Uses of SourceLoader in org.apache.xalan.xsltc.trax
 

Classes in org.apache.xalan.xsltc.trax that implement SourceLoader
 class TemplatesHandlerImpl
          Implementation of a JAXP1.1 TemplatesHandler
 class TransformerFactoryImpl
          Implementation of a JAXP1.1 TransformerFactory for Translets.