public class TransformerFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INIT_METHOD |
static String |
JEXCEL_CLASS_NAME |
static String |
JEXCEL_TRANSFORMER |
static String |
POI_CLASS_NAME |
static String |
POI_TRANSFORMER |
static String |
TRANSFORMER_SYSTEM_PROPERTY |
| Constructor and Description |
|---|
TransformerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Transformer |
createTransformer(InputStream inputStream,
OutputStream outputStream) |
static String |
getTransformerName() |
public static final String POI_CLASS_NAME
public static final String JEXCEL_CLASS_NAME
public static final String INIT_METHOD
public static final String TRANSFORMER_SYSTEM_PROPERTY
public static final String JEXCEL_TRANSFORMER
public static final String POI_TRANSFORMER
public static Transformer createTransformer(InputStream inputStream, OutputStream outputStream)
public static String getTransformerName()
Copyright © 2018. All rights reserved.