--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/Documentation/Source/index-eric7.EricXML.html Mon May 24 11:19:57 2021 +0200 @@ -0,0 +1,100 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.EricXML</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>eric7.EricXML</h1> + +<p> +Package implementing the XML handling module of eric. +</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="eric7.EricXML.Config.html">Config</a></td> +<td>Module implementing some common configuration stuf for the XML package.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.DebuggerPropertiesReader.html">DebuggerPropertiesReader</a></td> +<td>Module implementing a class for reading an XML project debugger properties file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.HighlightingStylesReader.html">HighlightingStylesReader</a></td> +<td>Module implementing a class for reading a highlighting styles XML file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.MultiProjectReader.html">MultiProjectReader</a></td> +<td>Module implementing a class for reading an XML multi project file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.PluginRepositoryReader.html">PluginRepositoryReader</a></td> +<td>Module to read the plug-in repository contents file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.ProjectReader.html">ProjectReader</a></td> +<td>Module implementing a class for reading an XML project file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.SessionReader.html">SessionReader</a></td> +<td>Module implementing a class for reading an XML session file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.ShortcutsReader.html">ShortcutsReader</a></td> +<td>Module implementing a class for reading an XML shortcuts file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.SpellCheckDictionariesReader.html">SpellCheckDictionariesReader</a></td> +<td>Module to read the web browser spell check dictionaries list file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.TasksReader.html">TasksReader</a></td> +<td>Module implementing a class for reading an XML tasks file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.TemplatesReader.html">TemplatesReader</a></td> +<td>Module implementing a class for reading an XML templates file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.UserProjectReader.html">UserProjectReader</a></td> +<td>Module implementing a class for reading an XML user project properties file.</td> +</tr> +<tr> +<td><a href="eric7.EricXML.XMLStreamReaderBase.html">XMLStreamReaderBase</a></td> +<td>Module implementing a base class for all of eric7s XML stream writers.</td> +</tr> +</table> +</body></html> \ No newline at end of file