Package | Description |
---|---|
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.trax |
Modifier and Type | Method | Description |
---|---|---|
XSLTC |
Parser.getXSLTC() |
Modifier and Type | Method | Description |
---|---|---|
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
|
void |
Parser.setXSLTC(XSLTC xsltc) |
Constructor | Description |
---|---|
Parser(XSLTC xsltc) |
Modifier and Type | Method | Description |
---|---|---|
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 |
TemplatesHandlerImpl.loadSource(java.lang.String href,
java.lang.String context,
XSLTC xsltc) |
This method implements XSLTC's SourceLoader interface.
|
org.xml.sax.InputSource |
TransformerFactoryImpl.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.