| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xalan.external.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 © 2018–2021 mhoffrogge. All rights reserved.