| Package | Description |
|---|---|
| org.apache.xalan.xsltc.compiler | |
| org.apache.xalan.xsltc.trax |
| Modifier and Type | Method and Description |
|---|---|
protected XSLTC |
SyntaxTreeNode.getXSLTC()
Returns a reference to the XSLTC (XSLT compiler) in use.
|
XSLTC |
Parser.getXSLTC() |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
SourceLoader.loadSource(String href,
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(String href,
String context,
XSLTC xsltc)
This method implements XSLTC's SourceLoader interface.
|
InputSource |
TemplatesHandlerImpl.loadSource(String href,
String context,
XSLTC xsltc)
This method implements XSLTC's SourceLoader interface.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.