Package | Description |
---|---|
de.esprit.appsuite.database.xml |
Contains support tools for advanced XML reading/writing
|
de.esprit.appsuite.database.xml.handler |
Contains standard handlers supporting XML for DBObjects
|
Modifier and Type | Class and Description |
---|---|
class |
DBODatabaseCollector
Collects all database objects, such as
XmlDatabase , XmlTable as well
as all contained DBRecords. |
class |
DBORecordCollector
Collects as all contained DBRecords in a recordList.
|
Constructor and Description |
---|
DBOXmlReader(C ctx,
java.io.File file,
AbstractDBOCollector collector) |
DBOXmlReader(C ctx,
java.io.File file,
AbstractDBOCollector collector,
boolean isValidating) |
Modifier and Type | Class and Description |
---|---|
class |
DBODatabaseTagHandler<H extends AbstractDBOCollector<?>>
Reads the database tag
|
class |
DBOFieldTagHandler<H extends AbstractDBOCollector<?>>
Reads a DBObject's field attributes and value
|
class |
DBORecordTagHandler<H extends AbstractDBOCollector<?>>
Reads the dbobject tag
|
class |
DBORootDatabaseTagHandler<H extends AbstractDBOCollector<?>>
This handler expects a
database tag as the root tag of the XML file. |
class |
DBORootTableTagHandler<H extends AbstractDBOCollector<?>>
This handler expects a
table tag as the root tag of the XML file. |
class |
DBOTableTagHandler<H extends AbstractDBOCollector<?>>
Reads the table tag
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.