Package | Description |
---|---|
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.trax |
Modifier and Type | Method and Description |
---|---|
XSLTC |
Parser.getXSLTC() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
Parser(XSLTC xsltc) |
Modifier and Type | Method and Description |
---|---|
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 © 2014 Apache XML Project. All Rights Reserved.