Uses of Interface
org.apache.xalan.xsltc.compiler.SourceLoader
-
Packages that use SourceLoader Package Description org.apache.xalan.xsltc.compiler org.apache.xalan.xsltc.trax -
-
Uses of SourceLoader in org.apache.xalan.xsltc.compiler
Methods in org.apache.xalan.xsltc.compiler that return SourceLoader Modifier and Type Method Description SourceLoader
Stylesheet. getSourceLoader()
Methods in org.apache.xalan.xsltc.compiler with parameters of type SourceLoader Modifier and Type Method Description void
Stylesheet. setSourceLoader(SourceLoader loader)
void
XSLTC. setSourceLoader(SourceLoader loader)
Defines an external SourceLoader to provide the compiler with documents referenced in xsl:include/import -
Uses of SourceLoader in org.apache.xalan.xsltc.trax
Classes in org.apache.xalan.xsltc.trax that implement SourceLoader Modifier and Type Class Description class
TemplatesHandlerImpl
Implementation of a JAXP1.1 TemplatesHandlerclass
TransformerFactoryImpl
Implementation of a JAXP1.1 TransformerFactory for Translets.
-