Class Summary |
DTDResolver |
A resolver to get the database.dtd file for the XML parser from the jar. |
SQLToAppData |
A Class that converts an sql input file to a Database structure. |
XmlToAppData |
A Class that is used to parse an input xml schema file and creates a Database
java structure. |
XmlToAppData.ParseStackElement |
When parsing multiple files that use nested tags we
need to use a stack to remember some values. |
XmlToData |
A Class that is used to parse an input xml schema file and creates and AppData java structure. |