Uses of Class
org.apache.xalan.xsltc.compiler.XSLTC

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

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

Methods in org.apache.xalan.xsltc.compiler that return XSLTC
 XSLTC Parser.getXSLTC()
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type XSLTC
 InputSource SourceLoader.loadSource(java.lang.String href, java.lang.String context, XSLTC xsltc)
          This interface is used to plug external document loaders into XSLTC (used with the and elements.
 void Parser.setXSLTC(XSLTC xsltc)
           
 

Constructors in org.apache.xalan.xsltc.compiler with parameters of type XSLTC
Parser.Parser(XSLTC xsltc)
           
 

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

Methods in org.apache.xalan.xsltc.trax with parameters of type XSLTC
static InputSource Util.getInputSource(XSLTC xsltc, Source source)
          Creates a SAX2 InputSource object from a TrAX Source object
 InputSource TransformerFactoryImpl.loadSource(java.lang.String href, java.lang.String context, XSLTC xsltc)
          This method implements XSLTC's SourceLoader interface.
 InputSource TemplatesHandlerImpl.loadSource(java.lang.String href, java.lang.String context, XSLTC xsltc)
          This method implements XSLTC's SourceLoader interface.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.