public class XmlSax
extends java.lang.Object
Constructor and Description |
---|
XmlSax() |
Modifier and Type | Method and Description |
---|---|
SqlLiteManager |
AttachXmltoSQLLite(SqlLiteManager sqlmngr,
java.io.File xml,
java.lang.String ele,
java.lang.String[] cells)
It attaches thew xml file to sqlmanger and returns it.
|
SqlLiteManager |
AttachXmltoSQLLite(SqlLiteManager sqlmngr,
java.io.File xml,
java.lang.String ele,
java.lang.String[] cells,
java.lang.Boolean DeleteFile)
It attaches thew xml file to sqlmanger and returns it.
|
public SqlLiteManager AttachXmltoSQLLite(SqlLiteManager sqlmngr, java.io.File xml, java.lang.String ele, java.lang.String[] cells)
sqlmngr
- the sqlManager object in which the xml content will be addedthe
- File in which contains the xml *ele
- the element which is repeating and has the cells of the xml as children nodes. *an
- String array which has the elementspublic SqlLiteManager AttachXmltoSQLLite(SqlLiteManager sqlmngr, java.io.File xml, java.lang.String ele, java.lang.String[] cells, java.lang.Boolean DeleteFile)
sqlmngr
- the sqlManager object in which the xml content will be addedthe
- File in which contains the xml *ele
- the element which is repeating and has the cells of the xml as children nodes. *an
- String array which has the elementsDeleteFile
- if true deletes the attached file