| Interface | Description | 
|---|---|
| XmlAddData_ifc | 
| Class | Description | 
|---|---|
| GenXmlCfgJavaData | Generates Source.java adequate the given XML cfg data to store the results there. | 
| GenXmlCfgJavaData.CmdLine | The inner class CmdLine helps to evaluate the command line arguments
 and show help messages on command line. | 
| GenXmlCfgJavaData.SubClassXml | Instances of this class describe a sub class in generated code. | 
| XmlCfg | This class contains the configuration data to assign xml elements to Java data. | 
| XmlCfg.AttribDstCheck | An instance of this class describes for any attribute how to proceed- | 
| XmlCfg.XmlCfgNode | This class describes one node as pattern how the content of a parsed xml file should be stored. | 
| XmlDataNode | This is an universal data container as output for  XmlJzReaderwithout semantic sorting of attributes and nodes. | 
| XmlJzCfgAnalyzer | This class reads any XML file and writes its structure to a XmlCfg format. | 
| XmlJzCfgAnalyzer.AttribRead | |
| XmlJzCfgAnalyzer.CmdArgs | |
| XmlJzCfgAnalyzer.XmlStructureData | |
| XmlJzCfgAnalyzer.XmlStructureData.CfgSubtreeType | Contains all elements with its  XmlJzCfgAnalyzer.XmlStructureData.CfgSubtreeType.occurrence. | 
| XmlJzCfgAnalyzer.XmlStructureData.CfgSubtreeType2 | Contains info about equals element types. | 
| XmlJzCfgAnalyzer.XmlStructureNode | This class is one node for one element to store the structure of a XML file via  XmlJzReader. | 
| XmlJzReader | This is the main class to read an XML file with a given configuration file, store data in a Java instance via reflection paths given in the config.xml. | 
| XmlJzReader.AttribToStore | |
| XmlNodeSimpleReader |