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 SourceLoaderStylesheet. getSourceLoader()Methods in org.apache.xalan.xsltc.compiler with parameters of type SourceLoader Modifier and Type Method Description voidStylesheet. setSourceLoader(SourceLoader loader)voidXSLTC. 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 classTemplatesHandlerImplImplementation of a JAXP1.1 TemplatesHandlerclassTransformerFactoryImplImplementation of a JAXP1.1 TransformerFactory for Translets.
-