Documentation/Source/index-eric5.E5XML.html

Mon, 26 Jul 2010 19:59:27 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 26 Jul 2010 19:59:27 +0200
changeset 409
0ea528e80202
parent 58
37f0444c3479
child 440
69ace3e2dcf6
permissions
-rw-r--r--

Added another style for the source docu.

<?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: white;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: black; background: #C1BBA4; }
h4 { color: black; background: #C1BBA4; }
    
a { color: #C07037; }

</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.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="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.HighlightingStylesHandler.html">HighlightingStylesHandler</a></td>
<td>Module implementing the handler class for handling 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.MultiProjectHandler.html">MultiProjectHandler</a></td>
<td>Module implementing the handler 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.PluginRepositoryHandler.html">PluginRepositoryHandler</a></td>
<td>Module implementing the handler class for reading an XML tasks file.</td>
</tr><tr>
<td><a href="eric5.E5XML.ProjectHandler.html">ProjectHandler</a></td>
<td>Module implementing the handler 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.SessionHandler.html">SessionHandler</a></td>
<td>Module implementing the handler class for reading an XML project 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 project session file.</td>
</tr><tr>
<td><a href="eric5.E5XML.ShortcutsHandler.html">ShortcutsHandler</a></td>
<td>Module implementing the handler class for reading a keyboard 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.TasksHandler.html">TasksHandler</a></td>
<td>Module implementing the handler 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.TemplatesHandler.html">TemplatesHandler</a></td>
<td>Module implementing the handler 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.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="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.XMLEntityResolver.html">XMLEntityResolver</a></td>
<td>Module implementing a specialized entity resolver to find our DTDs.</td>
</tr><tr>
<td><a href="eric5.E5XML.XMLErrorHandler.html">XMLErrorHandler</a></td>
<td>Module implementing an error handler class.</td>
</tr><tr>
<td><a href="eric5.E5XML.XMLHandlerBase.html">XMLHandlerBase</a></td>
<td>Module implementing a base class for all of eric5s XML handlers.</td>
</tr><tr>
<td><a href="eric5.E5XML.XMLMessageDialog.html">XMLMessageDialog</a></td>
<td>Module implementing a dialog to display XML parse messages.</td>
</tr><tr>
<td><a href="eric5.E5XML.XMLUtilities.html">XMLUtilities</a></td>
<td>Module implementing various XML utility functions.</td>
</tr><tr>
<td><a href="eric5.E5XML.XMLWriterBase.html">XMLWriterBase</a></td>
<td>Module implementing a base class for all of eric5s XML writers.</td>
</tr>
</table>
</body></html>

eric ide

mercurial