| Package | Description |
|---|---|
| org.apache.xalan.xsltc.trax |
| Modifier and Type | Method and Description |
|---|---|
protected TransformerFactoryImpl |
TransformerImpl.getTransformerFactory()
Returns the
TransformerFactoryImpl
object that create this Transformer. |
| Constructor and Description |
|---|
TemplatesHandlerImpl(int indentNumber,
TransformerFactoryImpl tfactory)
Default constructor
|
TemplatesImpl(byte[][] bytecodes,
String transletName,
Properties outputProperties,
int indentNumber,
TransformerFactoryImpl tfactory)
Create an XSLTC template object from the bytecodes.
|
TemplatesImpl(Class[] transletClasses,
String transletName,
Properties outputProperties,
int indentNumber,
TransformerFactoryImpl tfactory)
Create an XSLTC template object from the translet class definition(s).
|
TransformerImpl(Properties outputProperties,
int indentNumber,
TransformerFactoryImpl tfactory) |
TransformerImpl(Translet translet,
Properties outputProperties,
int indentNumber,
TransformerFactoryImpl tfactory) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.