public class XMLDataFactoryEx extends Object
Constructor and Description |
---|
XMLDataFactoryEx() |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<String,XMLTable> |
getXtables(ILogger logger,
String targetFullpath,
IXMLStruct xmlStruct)
Construct a new table.
Not xml table data are buffered - for release memory. |
static void |
writeTables(IXMLStruct xmlStrct,
String fullpath,
XMLTable[] tables)
Write xtables (mapping info) into mapping file (fullpath).
|
public static LinkedHashMap<String,XMLTable> getXtables(ILogger logger, String targetFullpath, IXMLStruct xmlStruct) throws SAXException, IOException
logger
- targetFullpath
- path and filenamexmlStruct
- SQLException
IOException
SAXException
public static void writeTables(IXMLStruct xmlStrct, String fullpath, XMLTable[] tables) throws SAXException, IOException
xmlStrct
- fullpath
- tables
- IOException
Exception
SAXException
Copyright © 2024. All rights reserved.