Package apollo.dataadapter.gamexml

Class Summary
GAMEAdapter Reader for GAME XML files.
GAMEAdapterGUI  
GAMESave  
TransactionXMLAdapter This class is used to save and load Transaction objects into XML file.
XMLParser WARNING -- AElfred (and other SAX drivers) _may_ break large stretches of unmarked content into smaller chunks and call characters() for each smaller chunk CURRENT IMPLEMENTATION DOES NOT DEAL WITH THIS COULD CAUSE PROBLEM WHEN READING IN SEQUENCE RESIDUES haven't seen a problem yet though -- GAH 6-15-98 This basiaclly uses a sax parser and creates a homemade DOM out of org.bdgp.xml.XMLElements (which are not org.w3c.dom.Element compliant!)