Documentation/Source/index-eric4.E4XML.html

changeset 3
0d9daebf5b8c
diff -r bc6196164237 -r 0d9daebf5b8c Documentation/Source/index-eric4.E4XML.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/index-eric4.E4XML.html	Mon Dec 28 16:18:43 2009 +0000
@@ -0,0 +1,125 @@
+<?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>eric4.E4XML</title>
+<style>
+body {
+    background:white;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #4FA4FF; }
+h2 { color: white; background: #4FA4FF; }
+h3 { color: white; background: #00557F; }
+h4 { color: white; background: #00557F; }
+    
+a { color: #AA5500; }
+
+</style>
+</head>
+<body>
+<h1>eric4.E4XML</h1>
+<p>
+Package implementing the XML handling module of eric4.
+</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="eric4.E4XML.Config.html">Config</a></td>
+<td>Module implementing some common configuration stuf for the XML package.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.DebuggerPropertiesHandler.html">DebuggerPropertiesHandler</a></td>
+<td>Module implementing the handler class for reading an XML project debugger properties file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.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="eric4.E4XML.HighlightingStylesHandler.html">HighlightingStylesHandler</a></td>
+<td>Module implementing the handler class for handling a highlighting styles XML file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.HighlightingStylesWriter.html">HighlightingStylesWriter</a></td>
+<td>Module implementing the writer class for writing a highlighting styles XML file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.MultiProjectHandler.html">MultiProjectHandler</a></td>
+<td>Module implementing the handler class for reading an XML multi project file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.MultiProjectWriter.html">MultiProjectWriter</a></td>
+<td>Module implementing the writer class for writing an XML multi project file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.PluginRepositoryHandler.html">PluginRepositoryHandler</a></td>
+<td>Module implementing the handler class for reading an XML tasks file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.ProjectHandler.html">ProjectHandler</a></td>
+<td>Module implementing the handler class for reading an XML project file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.ProjectWriter.html">ProjectWriter</a></td>
+<td>Module implementing the writer class for writing an XML project file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.SessionHandler.html">SessionHandler</a></td>
+<td>Module implementing the handler class for reading an XML project session file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.SessionWriter.html">SessionWriter</a></td>
+<td>Module implementing the writer class for writing an XML project session file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.ShortcutsHandler.html">ShortcutsHandler</a></td>
+<td>Module implementing the handler class for reading a keyboard shortcuts file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.ShortcutsWriter.html">ShortcutsWriter</a></td>
+<td>Module implementing the writer class for writing an XML shortcuts file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.TasksHandler.html">TasksHandler</a></td>
+<td>Module implementing the handler class for reading an XML tasks file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.TasksWriter.html">TasksWriter</a></td>
+<td>Module implementing the writer class for writing an XML tasks file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.TemplatesHandler.html">TemplatesHandler</a></td>
+<td>Module implementing the handler class for reading an XML templates file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.TemplatesWriter.html">TemplatesWriter</a></td>
+<td>Module implementing the writer class for writing an XML templates file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.UserProjectHandler.html">UserProjectHandler</a></td>
+<td>Module implementing the handler class for reading an XML user project properties file.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.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="eric4.E4XML.XMLEntityResolver.html">XMLEntityResolver</a></td>
+<td>Module implementing a specialized entity resolver to find our DTDs.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.XMLErrorHandler.html">XMLErrorHandler</a></td>
+<td>Module implementing an error handler class.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.XMLHandlerBase.html">XMLHandlerBase</a></td>
+<td>Module implementing a base class for all of eric4s XML handlers.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.XMLMessageDialog.html">XMLMessageDialog</a></td>
+<td>Module implementing a dialog to display XML parse messages.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.XMLUtilities.html">XMLUtilities</a></td>
+<td>Module implementing various XML utility functions.</td>
+</tr><tr>
+<td><a href="eric4.E4XML.XMLWriterBase.html">XMLWriterBase</a></td>
+<td>Module implementing a base class for all of eric4s XML writers.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file

eric ide

mercurial