| Name | Description | Type | Package | Framework |
| InstantiationAssistant | The GLD user documentation defines InstantiationAssistant as "Your friendly class creator who gives you a warm and fuzzy feeling inside". | Interface | org.jscience.architecture.traffic.xml | JScience |
| TwoStageLoader | This interface can be implemented by XMLSerializable objects if they need additional info from their parent for initializing themselves after they | Interface | org.jscience.architecture.traffic.xml | JScience |
| XMLArray | Class to convert arrays of arbitrary dimensions from/to XML : Accepted componenttypes : - int,float,double,boolean,byte and their respective | Class | org.jscience.architecture.traffic.xml | JScience |
| XMLAttribute | Container class for attributes of a XML element. | Class | org.jscience.architecture.traffic.xml | JScience |
| XMLCannotSaveException | Thrown by a XMLSerializable when it is told to save it self. | Class | org.jscience.architecture.traffic.xml | JScience |
| XMLElement | Class | org.jscience.architecture.traffic.xml | JScience | |
| XMLInvalidInputException | Thrown by a XMLSerializable when it receives invalid input from the parser. | Class | org.jscience.architecture.traffic.xml | JScience |
| XMLLoader | This class can restore the state of the program from an XML file. | Class | org.jscience.architecture.traffic.xml | JScience |
| XMLSaver | This class takes care of saving the state of the program to a XML file. | Class | org.jscience.architecture.traffic.xml | JScience |
| XMLSerializable | This interface has to be implemented by objects that want to be loaded and saved via the parser. | Interface | org.jscience.architecture.traffic.xml | JScience |
| XMLStack | This class is used by the XMLLoader and the XMLSaver to remember where the parser is saving/loading in the XML tree. | Class | org.jscience.architecture.traffic.xml | JScience |
| XMLTreeException | Thrown when something goes wrong while trying to build or parse an XML tree. | Class | org.jscience.architecture.traffic.xml | JScience |
| XMLUtils | This class contains a few static utility methods that are used by the various parts of the XML parser | Class | org.jscience.architecture.traffic.xml | JScience |