|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |