public class DigesterTransformerConfig extends Object
| Constructor and Description |
|---|
DigesterTransformerConfig() |
| Modifier and Type | Method and Description |
|---|---|
static TransformerConfig |
getTransformerConfig()
Load XML transformer-config.xml and return TransformerConfig.
|
static TransformerConfig |
getTransformerConfig(File configFile)
Load XML configFileName file and return TransformerConfig.
|
static TransformerConfig |
getTransformerConfig(InputStream inputStream)
Load XML configFileName file and return TransformerConfig.
|
static TransformerConfig |
getTransformerConfig(String configFileName)
Load XML configFileName file name and return TransformerConfig.
|
static void |
main(String[] args)
Test for loading TransformerConfig with digester.
|
public static TransformerConfig getTransformerConfig() throws SAXException, IOException
SAXException - the exception.IOException - the exception.public static TransformerConfig getTransformerConfig(String configFileName) throws SAXException, IOException
configFileName - the configFileName.SAXException - the exception.IOException - the exception.public static TransformerConfig getTransformerConfig(File configFile) throws SAXException, IOException
configFile - the configFileSAXException - the exception.IOException - the exception.public static TransformerConfig getTransformerConfig(InputStream inputStream) throws SAXException, IOException
inputStream - the inputStream.SAXException - the exception.IOException - the exception.public static void main(String[] args)
args - the args.Copyright © 2020 Mice S.r.l. All rights reserved.