Documentation/Source/index-eric6.E5XML.html

changeset 3673
e26d7d0c1088
child 5871
6dccd8542cd1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/index-eric6.E5XML.html	Sat Jul 05 12:29:15 2014 +0200
@@ -0,0 +1,112 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.E5XML</title>
+<meta charset="UTF-8">
+<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>eric6.E5XML</h1>
+<p>
+Package implementing the XML handling module of eric6.
+</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="eric6.E5XML.Config.html">Config</a></td>
+<td>Module implementing some common configuration stuf for the XML package.</td>
+</tr><tr>
+<td><a href="eric6.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="eric6.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="eric6.E5XML.HighlightingStylesReader.html">HighlightingStylesReader</a></td>
+<td>Module implementing a class for reading a highlighting styles XML file.</td>
+</tr><tr>
+<td><a href="eric6.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="eric6.E5XML.MultiProjectReader.html">MultiProjectReader</a></td>
+<td>Module implementing a class for reading an XML multi project file.</td>
+</tr><tr>
+<td><a href="eric6.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="eric6.E5XML.PluginRepositoryReader.html">PluginRepositoryReader</a></td>
+<td>Module to read the plug-in repository contents file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.ProjectReader.html">ProjectReader</a></td>
+<td>Module implementing a class for reading an XML project file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.ProjectWriter.html">ProjectWriter</a></td>
+<td>Module implementing the writer class for writing an XML project file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.SessionReader.html">SessionReader</a></td>
+<td>Module implementing a class for reading an XML session file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.SessionWriter.html">SessionWriter</a></td>
+<td>Module implementing the writer class for writing an XML session file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.ShortcutsReader.html">ShortcutsReader</a></td>
+<td>Module implementing a class for reading an XML shortcuts file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.ShortcutsWriter.html">ShortcutsWriter</a></td>
+<td>Module implementing the writer class for writing an XML shortcuts file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.TasksReader.html">TasksReader</a></td>
+<td>Module implementing a class for reading an XML tasks file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.TasksWriter.html">TasksWriter</a></td>
+<td>Module implementing the writer class for writing an XML tasks file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.TemplatesReader.html">TemplatesReader</a></td>
+<td>Module implementing a class for reading an XML templates file.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.TemplatesWriter.html">TemplatesWriter</a></td>
+<td>Module implementing the writer class for writing an XML templates file.</td>
+</tr><tr>
+<td><a href="eric6.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="eric6.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="eric6.E5XML.XMLStreamReaderBase.html">XMLStreamReaderBase</a></td>
+<td>Module implementing a base class for all of eric6s XML stream writers.</td>
+</tr><tr>
+<td><a href="eric6.E5XML.XMLStreamWriterBase.html">XMLStreamWriterBase</a></td>
+<td>Module implementing a base class for all of eric6s XML stream writers.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file

eric ide

mercurial