| Package | Description |
|---|---|
| com.fatwire.transformer.common |
| Modifier and Type | Class and Description |
|---|---|
class |
FWTransformer
This is a wrapper class around the CS Document transformer made available through SystemTransform.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentTransformer |
TransformerFactory.getTransformer(Properties csproperties, String inputFileExtention, String outputFileExtention)
Create an instance of the specified document transformer.
|
static DocumentTransformer |
TransformerFactory.getTransformer(String sClassName, Configuration config)
Create an instance of the document transformer specified by the implementation classname.
|
static DocumentTransformer |
TransformerFactory.getTransformer(String inputFileExtention, String outputFileExtention)
Create an instance of the specified document transformer.
|