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
 

Fields in org.apache.xalan.xsltc.compiler declared as XSLTC
private  XSLTC Parser._xsltc
           
 

Methods in org.apache.xalan.xsltc.compiler that return XSLTC
protected  XSLTC SyntaxTreeNode.getXSLTC()
          Returns a reference to the XSLTC (XSLT compiler) in use.
 XSLTC Parser.getXSLTC()
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type XSLTC
 org.xml.sax.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(XSLTC xsltc)
           
 

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

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