Documentation/Source/index-eric5.E5XML.html

Sat, 26 Jan 2013 12:44:46 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Jan 2013 12:44:46 +0100
branch
5_3_x
changeset 2374
f78ee0e8f96c
parent 615
c8dd16cc69ce
child 2386
bf6f0ded6071
permissions
-rw-r--r--

Regenerated the source docu with the HTML5 generator.

<!DOCTYPE html>
<html><head>
<title>eric5.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>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>

eric ide

mercurial