|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.E5XML</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>eric6.E5XML</h1> |
|
23 <p> |
|
24 Package implementing the XML handling module of eric6. |
|
25 </p><p> |
|
26 This module includes XML handlers and writers for |
|
27 <ul> |
|
28 <li>Project files</li> |
|
29 <li>User project data files</li> |
|
30 <li>Multi-project files</li> |
|
31 <li>Session files</li> |
|
32 <li>Shortcuts files</li> |
|
33 <li>Debugger Properties files</li> |
|
34 <li>Tasks files</li> |
|
35 <li>Templates files</li> |
|
36 <li>Highlighting styles</li> |
|
37 <li>Plugiin repository (handler only)</li> |
|
38 </ul> |
|
39 </p> |
|
40 |
|
41 |
|
42 <h3>Modules</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="eric6.E5XML.Config.html">Config</a></td> |
|
46 <td>Module implementing some common configuration stuf for the XML package.</td> |
|
47 </tr><tr> |
|
48 <td><a href="eric6.E5XML.DebuggerPropertiesReader.html">DebuggerPropertiesReader</a></td> |
|
49 <td>Module implementing a class for reading an XML project debugger properties file.</td> |
|
50 </tr><tr> |
|
51 <td><a href="eric6.E5XML.DebuggerPropertiesWriter.html">DebuggerPropertiesWriter</a></td> |
|
52 <td>Module implementing the writer class for writing an XML project debugger properties file.</td> |
|
53 </tr><tr> |
|
54 <td><a href="eric6.E5XML.HighlightingStylesReader.html">HighlightingStylesReader</a></td> |
|
55 <td>Module implementing a class for reading a highlighting styles XML file.</td> |
|
56 </tr><tr> |
|
57 <td><a href="eric6.E5XML.HighlightingStylesWriter.html">HighlightingStylesWriter</a></td> |
|
58 <td>Module implementing the writer class for writing a highlighting styles XML file.</td> |
|
59 </tr><tr> |
|
60 <td><a href="eric6.E5XML.MultiProjectReader.html">MultiProjectReader</a></td> |
|
61 <td>Module implementing a class for reading an XML multi project file.</td> |
|
62 </tr><tr> |
|
63 <td><a href="eric6.E5XML.MultiProjectWriter.html">MultiProjectWriter</a></td> |
|
64 <td>Module implementing the writer class for writing an XML multi project file.</td> |
|
65 </tr><tr> |
|
66 <td><a href="eric6.E5XML.PluginRepositoryReader.html">PluginRepositoryReader</a></td> |
|
67 <td>Module to read the plug-in repository contents file.</td> |
|
68 </tr><tr> |
|
69 <td><a href="eric6.E5XML.ProjectReader.html">ProjectReader</a></td> |
|
70 <td>Module implementing a class for reading an XML project file.</td> |
|
71 </tr><tr> |
|
72 <td><a href="eric6.E5XML.ProjectWriter.html">ProjectWriter</a></td> |
|
73 <td>Module implementing the writer class for writing an XML project file.</td> |
|
74 </tr><tr> |
|
75 <td><a href="eric6.E5XML.SessionReader.html">SessionReader</a></td> |
|
76 <td>Module implementing a class for reading an XML session file.</td> |
|
77 </tr><tr> |
|
78 <td><a href="eric6.E5XML.SessionWriter.html">SessionWriter</a></td> |
|
79 <td>Module implementing the writer class for writing an XML session file.</td> |
|
80 </tr><tr> |
|
81 <td><a href="eric6.E5XML.ShortcutsReader.html">ShortcutsReader</a></td> |
|
82 <td>Module implementing a class for reading an XML shortcuts file.</td> |
|
83 </tr><tr> |
|
84 <td><a href="eric6.E5XML.ShortcutsWriter.html">ShortcutsWriter</a></td> |
|
85 <td>Module implementing the writer class for writing an XML shortcuts file.</td> |
|
86 </tr><tr> |
|
87 <td><a href="eric6.E5XML.TasksReader.html">TasksReader</a></td> |
|
88 <td>Module implementing a class for reading an XML tasks file.</td> |
|
89 </tr><tr> |
|
90 <td><a href="eric6.E5XML.TasksWriter.html">TasksWriter</a></td> |
|
91 <td>Module implementing the writer class for writing an XML tasks file.</td> |
|
92 </tr><tr> |
|
93 <td><a href="eric6.E5XML.TemplatesReader.html">TemplatesReader</a></td> |
|
94 <td>Module implementing a class for reading an XML templates file.</td> |
|
95 </tr><tr> |
|
96 <td><a href="eric6.E5XML.TemplatesWriter.html">TemplatesWriter</a></td> |
|
97 <td>Module implementing the writer class for writing an XML templates file.</td> |
|
98 </tr><tr> |
|
99 <td><a href="eric6.E5XML.UserProjectReader.html">UserProjectReader</a></td> |
|
100 <td>Module implementing a class for reading an XML user project properties file.</td> |
|
101 </tr><tr> |
|
102 <td><a href="eric6.E5XML.UserProjectWriter.html">UserProjectWriter</a></td> |
|
103 <td>Module implementing the writer class for writing an XML user project properties file.</td> |
|
104 </tr><tr> |
|
105 <td><a href="eric6.E5XML.XMLStreamReaderBase.html">XMLStreamReaderBase</a></td> |
|
106 <td>Module implementing a base class for all of eric6s XML stream writers.</td> |
|
107 </tr><tr> |
|
108 <td><a href="eric6.E5XML.XMLStreamWriterBase.html">XMLStreamWriterBase</a></td> |
|
109 <td>Module implementing a base class for all of eric6s XML stream writers.</td> |
|
110 </tr> |
|
111 </table> |
|
112 </body></html> |