Documentation/Source/index-eric4.E4XML.html

changeset 3
0d9daebf5b8c
equal deleted inserted replaced
2:bc6196164237 3:0d9daebf5b8c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>eric4.E4XML</title>
6 <style>
7 body {
8 background:white;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #4FA4FF; }
14 h2 { color: white; background: #4FA4FF; }
15 h3 { color: white; background: #00557F; }
16 h4 { color: white; background: #00557F; }
17
18 a { color: #AA5500; }
19
20 </style>
21 </head>
22 <body>
23 <h1>eric4.E4XML</h1>
24 <p>
25 Package implementing the XML handling module of eric4.
26 </p><p>
27 This module includes XML handlers and writers for
28 <ul>
29 <li>Project files</li>
30 <li>User project data files</li>
31 <li>Multi-project files</li>
32 <li>Session files</li>
33 <li>Shortcuts files</li>
34 <li>Debugger Properties files</li>
35 <li>Tasks files</li>
36 <li>Templates files</li>
37 <li>Highlighting styles</li>
38 <li>Plugiin repository (handler only)</li>
39 </ul>
40 </p>
41
42
43 <h3>Modules</h3>
44 <table>
45 <tr>
46 <td><a href="eric4.E4XML.Config.html">Config</a></td>
47 <td>Module implementing some common configuration stuf for the XML package.</td>
48 </tr><tr>
49 <td><a href="eric4.E4XML.DebuggerPropertiesHandler.html">DebuggerPropertiesHandler</a></td>
50 <td>Module implementing the handler class for reading an XML project debugger properties file.</td>
51 </tr><tr>
52 <td><a href="eric4.E4XML.DebuggerPropertiesWriter.html">DebuggerPropertiesWriter</a></td>
53 <td>Module implementing the writer class for writing an XML project debugger properties file.</td>
54 </tr><tr>
55 <td><a href="eric4.E4XML.HighlightingStylesHandler.html">HighlightingStylesHandler</a></td>
56 <td>Module implementing the handler class for handling a highlighting styles XML file.</td>
57 </tr><tr>
58 <td><a href="eric4.E4XML.HighlightingStylesWriter.html">HighlightingStylesWriter</a></td>
59 <td>Module implementing the writer class for writing a highlighting styles XML file.</td>
60 </tr><tr>
61 <td><a href="eric4.E4XML.MultiProjectHandler.html">MultiProjectHandler</a></td>
62 <td>Module implementing the handler class for reading an XML multi project file.</td>
63 </tr><tr>
64 <td><a href="eric4.E4XML.MultiProjectWriter.html">MultiProjectWriter</a></td>
65 <td>Module implementing the writer class for writing an XML multi project file.</td>
66 </tr><tr>
67 <td><a href="eric4.E4XML.PluginRepositoryHandler.html">PluginRepositoryHandler</a></td>
68 <td>Module implementing the handler class for reading an XML tasks file.</td>
69 </tr><tr>
70 <td><a href="eric4.E4XML.ProjectHandler.html">ProjectHandler</a></td>
71 <td>Module implementing the handler class for reading an XML project file.</td>
72 </tr><tr>
73 <td><a href="eric4.E4XML.ProjectWriter.html">ProjectWriter</a></td>
74 <td>Module implementing the writer class for writing an XML project file.</td>
75 </tr><tr>
76 <td><a href="eric4.E4XML.SessionHandler.html">SessionHandler</a></td>
77 <td>Module implementing the handler class for reading an XML project session file.</td>
78 </tr><tr>
79 <td><a href="eric4.E4XML.SessionWriter.html">SessionWriter</a></td>
80 <td>Module implementing the writer class for writing an XML project session file.</td>
81 </tr><tr>
82 <td><a href="eric4.E4XML.ShortcutsHandler.html">ShortcutsHandler</a></td>
83 <td>Module implementing the handler class for reading a keyboard shortcuts file.</td>
84 </tr><tr>
85 <td><a href="eric4.E4XML.ShortcutsWriter.html">ShortcutsWriter</a></td>
86 <td>Module implementing the writer class for writing an XML shortcuts file.</td>
87 </tr><tr>
88 <td><a href="eric4.E4XML.TasksHandler.html">TasksHandler</a></td>
89 <td>Module implementing the handler class for reading an XML tasks file.</td>
90 </tr><tr>
91 <td><a href="eric4.E4XML.TasksWriter.html">TasksWriter</a></td>
92 <td>Module implementing the writer class for writing an XML tasks file.</td>
93 </tr><tr>
94 <td><a href="eric4.E4XML.TemplatesHandler.html">TemplatesHandler</a></td>
95 <td>Module implementing the handler class for reading an XML templates file.</td>
96 </tr><tr>
97 <td><a href="eric4.E4XML.TemplatesWriter.html">TemplatesWriter</a></td>
98 <td>Module implementing the writer class for writing an XML templates file.</td>
99 </tr><tr>
100 <td><a href="eric4.E4XML.UserProjectHandler.html">UserProjectHandler</a></td>
101 <td>Module implementing the handler class for reading an XML user project properties file.</td>
102 </tr><tr>
103 <td><a href="eric4.E4XML.UserProjectWriter.html">UserProjectWriter</a></td>
104 <td>Module implementing the writer class for writing an XML user project properties file.</td>
105 </tr><tr>
106 <td><a href="eric4.E4XML.XMLEntityResolver.html">XMLEntityResolver</a></td>
107 <td>Module implementing a specialized entity resolver to find our DTDs.</td>
108 </tr><tr>
109 <td><a href="eric4.E4XML.XMLErrorHandler.html">XMLErrorHandler</a></td>
110 <td>Module implementing an error handler class.</td>
111 </tr><tr>
112 <td><a href="eric4.E4XML.XMLHandlerBase.html">XMLHandlerBase</a></td>
113 <td>Module implementing a base class for all of eric4s XML handlers.</td>
114 </tr><tr>
115 <td><a href="eric4.E4XML.XMLMessageDialog.html">XMLMessageDialog</a></td>
116 <td>Module implementing a dialog to display XML parse messages.</td>
117 </tr><tr>
118 <td><a href="eric4.E4XML.XMLUtilities.html">XMLUtilities</a></td>
119 <td>Module implementing various XML utility functions.</td>
120 </tr><tr>
121 <td><a href="eric4.E4XML.XMLWriterBase.html">XMLWriterBase</a></td>
122 <td>Module implementing a base class for all of eric4s XML writers.</td>
123 </tr>
124 </table>
125 </body></html>

eric ide

mercurial