Uses of Class
org.apache.xalan.xsltc.compiler.XSLTC
Packages that use XSLTC
-
Uses of XSLTC in org.apache.xalan.xsltc.compiler
Methods in org.apache.xalan.xsltc.compiler that return XSLTCMethods in org.apache.xalan.xsltc.compiler with parameters of type XSLTCModifier and TypeMethodDescriptionSourceLoader.loadSource(String href, String context, XSLTC xsltc) This interface is used to plug external document loaders into XSLTC (used with the <xsl:include> and <xsl:import> elements.voidConstructors in org.apache.xalan.xsltc.compiler with parameters of type XSLTC -
Uses of XSLTC in org.apache.xalan.xsltc.trax
Methods in org.apache.xalan.xsltc.trax with parameters of type XSLTCModifier and TypeMethodDescriptionstatic InputSourceUtil.getInputSource(XSLTC xsltc, Source source) Creates a SAX2 InputSource object from a TrAX Source objectTemplatesHandlerImpl.loadSource(String href, String context, XSLTC xsltc) This method implements XSLTC's SourceLoader interface.TransformerFactoryImpl.loadSource(String href, String context, XSLTC xsltc) This method implements XSLTC's SourceLoader interface.