eric7/Documentation/Source/index-eric7.EricXML.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.EricXML</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>eric7.EricXML</h1>
23
24 <p>
25 Package implementing the XML handling module of eric.
26 </p>
27 <p>
28 This module includes XML handlers and writers for
29 <ul>
30 <li>Project files</li>
31 <li>User project data files</li>
32 <li>Multi-project files</li>
33 <li>Session files</li>
34 <li>Shortcuts files</li>
35 <li>Debugger Properties files</li>
36 <li>Tasks files</li>
37 <li>Templates files</li>
38 <li>Highlighting styles</li>
39 <li>Plugiin repository (handler only)</li>
40 </ul>
41 </p>
42
43
44 <h3>Modules</h3>
45 <table>
46
47 <tr>
48 <td><a href="eric7.EricXML.Config.html">Config</a></td>
49 <td>Module implementing some common configuration stuf for the XML package.</td>
50 </tr>
51 <tr>
52 <td><a href="eric7.EricXML.DebuggerPropertiesReader.html">DebuggerPropertiesReader</a></td>
53 <td>Module implementing a class for reading an XML project debugger properties file.</td>
54 </tr>
55 <tr>
56 <td><a href="eric7.EricXML.HighlightingStylesReader.html">HighlightingStylesReader</a></td>
57 <td>Module implementing a class for reading a highlighting styles XML file.</td>
58 </tr>
59 <tr>
60 <td><a href="eric7.EricXML.MultiProjectReader.html">MultiProjectReader</a></td>
61 <td>Module implementing a class for reading an XML multi project file.</td>
62 </tr>
63 <tr>
64 <td><a href="eric7.EricXML.PluginRepositoryReader.html">PluginRepositoryReader</a></td>
65 <td>Module to read the plug-in repository contents file.</td>
66 </tr>
67 <tr>
68 <td><a href="eric7.EricXML.ProjectReader.html">ProjectReader</a></td>
69 <td>Module implementing a class for reading an XML project file.</td>
70 </tr>
71 <tr>
72 <td><a href="eric7.EricXML.SessionReader.html">SessionReader</a></td>
73 <td>Module implementing a class for reading an XML session file.</td>
74 </tr>
75 <tr>
76 <td><a href="eric7.EricXML.ShortcutsReader.html">ShortcutsReader</a></td>
77 <td>Module implementing a class for reading an XML shortcuts file.</td>
78 </tr>
79 <tr>
80 <td><a href="eric7.EricXML.SpellCheckDictionariesReader.html">SpellCheckDictionariesReader</a></td>
81 <td>Module to read the web browser spell check dictionaries list file.</td>
82 </tr>
83 <tr>
84 <td><a href="eric7.EricXML.TasksReader.html">TasksReader</a></td>
85 <td>Module implementing a class for reading an XML tasks file.</td>
86 </tr>
87 <tr>
88 <td><a href="eric7.EricXML.TemplatesReader.html">TemplatesReader</a></td>
89 <td>Module implementing a class for reading an XML templates file.</td>
90 </tr>
91 <tr>
92 <td><a href="eric7.EricXML.UserProjectReader.html">UserProjectReader</a></td>
93 <td>Module implementing a class for reading an XML user project properties file.</td>
94 </tr>
95 <tr>
96 <td><a href="eric7.EricXML.XMLStreamReaderBase.html">XMLStreamReaderBase</a></td>
97 <td>Module implementing a base class for all of eric7s XML stream writers.</td>
98 </tr>
99 </table>
100 </body></html>

eric ide

mercurial