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 |
---|---|
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 and Description |
---|
Parser(XSLTC xsltc) |
Modifier and Type | Method and 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 |
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.
|
Copyright © 2006 Apache XML Project. All Rights Reserved.