Tue, 14 Sep 2010 18:19:38 +0200
Finished porting XML handling code to use QXmlStreamReader and QXmlStreamWriter.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html><head> <title>eric5.E5XML</title> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <h1>eric5.E5XML</h1> <p> Package implementing the XML handling module of eric5. </p><p> This module includes XML handlers and writers for <ul> <li>Project files</li> <li>User project data files</li> <li>Multi-project files</li> <li>Session files</li> <li>Shortcuts files</li> <li>Debugger Properties files</li> <li>Tasks files</li> <li>Templates files</li> <li>Highlighting styles</li> <li>Plugiin repository (handler only)</li> </ul> </p> <h3>Modules</h3> <table> <tr> <td><a href="eric5.E5XML.Config.html">Config</a></td> <td>Module implementing some common configuration stuf for the XML package.</td> </tr><tr> <td><a href="eric5.E5XML.DebuggerPropertiesReader.html">DebuggerPropertiesReader</a></td> <td>Module implementing a class for reading an XML project debugger properties file.</td> </tr><tr> <td><a href="eric5.E5XML.DebuggerPropertiesWriter.html">DebuggerPropertiesWriter</a></td> <td>Module implementing the writer class for writing an XML project debugger properties file.</td> </tr><tr> <td><a href="eric5.E5XML.HighlightingStylesReader.html">HighlightingStylesReader</a></td> <td>Module implementing a class for reading a highlighting styles XML file.</td> </tr><tr> <td><a href="eric5.E5XML.HighlightingStylesWriter.html">HighlightingStylesWriter</a></td> <td>Module implementing the writer class for writing a highlighting styles XML file.</td> </tr><tr> <td><a href="eric5.E5XML.MultiProjectReader.html">MultiProjectReader</a></td> <td>Module implementing a class for reading an XML multi project file.</td> </tr><tr> <td><a href="eric5.E5XML.MultiProjectWriter.html">MultiProjectWriter</a></td> <td>Module implementing the writer class for writing an XML multi project file.</td> </tr><tr> <td><a href="eric5.E5XML.PluginRepositoryReader.html">PluginRepositoryReader</a></td> <td>Module to read the plug-in repository contents file.</td> </tr><tr> <td><a href="eric5.E5XML.ProjectReader.html">ProjectReader</a></td> <td>Module implementing a class for reading an XML project file.</td> </tr><tr> <td><a href="eric5.E5XML.ProjectWriter.html">ProjectWriter</a></td> <td>Module implementing the writer class for writing an XML project file.</td> </tr><tr> <td><a href="eric5.E5XML.SessionReader.html">SessionReader</a></td> <td>Module implementing a class for reading an XML session file.</td> </tr><tr> <td><a href="eric5.E5XML.SessionWriter.html">SessionWriter</a></td> <td>Module implementing the writer class for writing an XML session file.</td> </tr><tr> <td><a href="eric5.E5XML.ShortcutsReader.html">ShortcutsReader</a></td> <td>Module implementing a class for reading an XML shortcuts file.</td> </tr><tr> <td><a href="eric5.E5XML.ShortcutsWriter.html">ShortcutsWriter</a></td> <td>Module implementing the writer class for writing an XML shortcuts file.</td> </tr><tr> <td><a href="eric5.E5XML.TasksReader.html">TasksReader</a></td> <td>Module implementing a class for reading an XML tasks file.</td> </tr><tr> <td><a href="eric5.E5XML.TasksWriter.html">TasksWriter</a></td> <td>Module implementing the writer class for writing an XML tasks file.</td> </tr><tr> <td><a href="eric5.E5XML.TemplatesReader.html">TemplatesReader</a></td> <td>Module implementing a class for reading an XML templates file.</td> </tr><tr> <td><a href="eric5.E5XML.TemplatesWriter.html">TemplatesWriter</a></td> <td>Module implementing the writer class for writing an XML templates file.</td> </tr><tr> <td><a href="eric5.E5XML.UserProjectReader.html">UserProjectReader</a></td> <td>Module implementing a class for reading an XML user project properties file.</td> </tr><tr> <td><a href="eric5.E5XML.UserProjectWriter.html">UserProjectWriter</a></td> <td>Module implementing the writer class for writing an XML user project properties file.</td> </tr><tr> <td><a href="eric5.E5XML.XMLStreamReaderBase.html">XMLStreamReaderBase</a></td> <td>Module implementing a base class for all of eric5s XML stream writers.</td> </tr><tr> <td><a href="eric5.E5XML.XMLStreamWriterBase.html">XMLStreamWriterBase</a></td> <td>Module implementing a base class for all of eric5s XML stream writers.</td> </tr> </table> </body></html>