20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body> |
22 <body> |
23 <h1>eric5.E5XML</h1> |
23 <h1>eric5.E5XML</h1> |
24 <p> |
24 <p> |
25 Package implementing the XML handling module of eric5. |
25 Package implementing the XML handling module of eric5. |
26 </p><p> |
26 </p><p> |
27 This module includes XML handlers and writers for |
27 This module includes XML handlers and writers for |
28 <ul> |
28 <ul> |
29 <li>Project files</li> |
29 <li>Project files</li> |
30 <li>User project data files</li> |
30 <li>User project data files</li> |
31 <li>Multi-project files</li> |
31 <li>Multi-project files</li> |
32 <li>Session files</li> |
32 <li>Session files</li> |
33 <li>Shortcuts files</li> |
33 <li>Shortcuts files</li> |
34 <li>Debugger Properties files</li> |
34 <li>Debugger Properties files</li> |
35 <li>Tasks files</li> |
35 <li>Tasks files</li> |
36 <li>Templates files</li> |
36 <li>Templates files</li> |
37 <li>Highlighting styles</li> |
37 <li>Highlighting styles</li> |
38 <li>Plugiin repository (handler only)</li> |
38 <li>Plugiin repository (handler only)</li> |
39 </ul> |
39 </ul> |
40 </p> |
40 </p> |
41 |
41 |
42 |
42 |
43 <h3>Modules</h3> |
43 <h3>Modules</h3> |
44 <table> |
44 <table> |
45 <tr> |
45 <tr> |
46 <td><a href="eric5.E5XML.Config.html">Config</a></td> |
46 <td><a href="eric5.E5XML.Config.html">Config</a></td> |
47 <td>Module implementing some common configuration stuf for the XML package.</td> |
47 <td>Module implementing some common configuration stuf for the XML package.</td> |
48 </tr><tr> |
48 </tr><tr> |
49 <td><a href="eric5.E5XML.DebuggerPropertiesHandler.html">DebuggerPropertiesHandler</a></td> |
49 <td><a href="eric5.E5XML.DebuggerPropertiesHandler.html">DebuggerPropertiesHandler</a></td> |
50 <td>Module implementing the handler class for reading an XML project debugger properties file.</td> |
50 <td>Module implementing the handler class for reading an XML project debugger properties file.</td> |
51 </tr><tr> |
51 </tr><tr> |
52 <td><a href="eric5.E5XML.DebuggerPropertiesWriter.html">DebuggerPropertiesWriter</a></td> |
52 <td><a href="eric5.E5XML.DebuggerPropertiesWriter.html">DebuggerPropertiesWriter</a></td> |
53 <td>Module implementing the writer class for writing an XML project debugger properties file.</td> |
53 <td>Module implementing the writer class for writing an XML project debugger properties file.</td> |
54 </tr><tr> |
54 </tr><tr> |
55 <td><a href="eric5.E5XML.HighlightingStylesHandler.html">HighlightingStylesHandler</a></td> |
55 <td><a href="eric5.E5XML.HighlightingStylesHandler.html">HighlightingStylesHandler</a></td> |
56 <td>Module implementing the handler class for handling a highlighting styles XML file.</td> |
56 <td>Module implementing the handler class for handling a highlighting styles XML file.</td> |
57 </tr><tr> |
57 </tr><tr> |
58 <td><a href="eric5.E5XML.HighlightingStylesWriter.html">HighlightingStylesWriter</a></td> |
58 <td><a href="eric5.E5XML.HighlightingStylesWriter.html">HighlightingStylesWriter</a></td> |
59 <td>Module implementing the writer class for writing a highlighting styles XML file.</td> |
59 <td>Module implementing the writer class for writing a highlighting styles XML file.</td> |
60 </tr><tr> |
60 </tr><tr> |
61 <td><a href="eric5.E5XML.MultiProjectHandler.html">MultiProjectHandler</a></td> |
61 <td><a href="eric5.E5XML.MultiProjectHandler.html">MultiProjectHandler</a></td> |
62 <td>Module implementing the handler class for reading an XML multi project file.</td> |
62 <td>Module implementing the handler class for reading an XML multi project file.</td> |
63 </tr><tr> |
63 </tr><tr> |
64 <td><a href="eric5.E5XML.MultiProjectWriter.html">MultiProjectWriter</a></td> |
64 <td><a href="eric5.E5XML.MultiProjectWriter.html">MultiProjectWriter</a></td> |
65 <td>Module implementing the writer class for writing an XML multi project file.</td> |
65 <td>Module implementing the writer class for writing an XML multi project file.</td> |
66 </tr><tr> |
66 </tr><tr> |
67 <td><a href="eric5.E5XML.PluginRepositoryHandler.html">PluginRepositoryHandler</a></td> |
67 <td><a href="eric5.E5XML.PluginRepositoryHandler.html">PluginRepositoryHandler</a></td> |
68 <td>Module implementing the handler class for reading an XML tasks file.</td> |
68 <td>Module implementing the handler class for reading an XML tasks file.</td> |
69 </tr><tr> |
69 </tr><tr> |
70 <td><a href="eric5.E5XML.ProjectHandler.html">ProjectHandler</a></td> |
70 <td><a href="eric5.E5XML.ProjectHandler.html">ProjectHandler</a></td> |
71 <td>Module implementing the handler class for reading an XML project file.</td> |
71 <td>Module implementing the handler class for reading an XML project file.</td> |
72 </tr><tr> |
72 </tr><tr> |
73 <td><a href="eric5.E5XML.ProjectWriter.html">ProjectWriter</a></td> |
73 <td><a href="eric5.E5XML.ProjectWriter.html">ProjectWriter</a></td> |
74 <td>Module implementing the writer class for writing an XML project file.</td> |
74 <td>Module implementing the writer class for writing an XML project file.</td> |
75 </tr><tr> |
75 </tr><tr> |
76 <td><a href="eric5.E5XML.SessionHandler.html">SessionHandler</a></td> |
76 <td><a href="eric5.E5XML.SessionHandler.html">SessionHandler</a></td> |
77 <td>Module implementing the handler class for reading an XML project session file.</td> |
77 <td>Module implementing the handler class for reading an XML project session file.</td> |
78 </tr><tr> |
78 </tr><tr> |
79 <td><a href="eric5.E5XML.SessionWriter.html">SessionWriter</a></td> |
79 <td><a href="eric5.E5XML.SessionWriter.html">SessionWriter</a></td> |
80 <td>Module implementing the writer class for writing an XML project session file.</td> |
80 <td>Module implementing the writer class for writing an XML project session file.</td> |
81 </tr><tr> |
81 </tr><tr> |
82 <td><a href="eric5.E5XML.ShortcutsHandler.html">ShortcutsHandler</a></td> |
82 <td><a href="eric5.E5XML.ShortcutsHandler.html">ShortcutsHandler</a></td> |
83 <td>Module implementing the handler class for reading a keyboard shortcuts file.</td> |
83 <td>Module implementing the handler class for reading a keyboard shortcuts file.</td> |
84 </tr><tr> |
84 </tr><tr> |
85 <td><a href="eric5.E5XML.ShortcutsWriter.html">ShortcutsWriter</a></td> |
85 <td><a href="eric5.E5XML.ShortcutsWriter.html">ShortcutsWriter</a></td> |
86 <td>Module implementing the writer class for writing an XML shortcuts file.</td> |
86 <td>Module implementing the writer class for writing an XML shortcuts file.</td> |
87 </tr><tr> |
87 </tr><tr> |
88 <td><a href="eric5.E5XML.TasksHandler.html">TasksHandler</a></td> |
88 <td><a href="eric5.E5XML.TasksHandler.html">TasksHandler</a></td> |
89 <td>Module implementing the handler class for reading an XML tasks file.</td> |
89 <td>Module implementing the handler class for reading an XML tasks file.</td> |
90 </tr><tr> |
90 </tr><tr> |
91 <td><a href="eric5.E5XML.TasksWriter.html">TasksWriter</a></td> |
91 <td><a href="eric5.E5XML.TasksWriter.html">TasksWriter</a></td> |
92 <td>Module implementing the writer class for writing an XML tasks file.</td> |
92 <td>Module implementing the writer class for writing an XML tasks file.</td> |
93 </tr><tr> |
93 </tr><tr> |
94 <td><a href="eric5.E5XML.TemplatesHandler.html">TemplatesHandler</a></td> |
94 <td><a href="eric5.E5XML.TemplatesHandler.html">TemplatesHandler</a></td> |
95 <td>Module implementing the handler class for reading an XML templates file.</td> |
95 <td>Module implementing the handler class for reading an XML templates file.</td> |
96 </tr><tr> |
96 </tr><tr> |
97 <td><a href="eric5.E5XML.TemplatesWriter.html">TemplatesWriter</a></td> |
97 <td><a href="eric5.E5XML.TemplatesWriter.html">TemplatesWriter</a></td> |
98 <td>Module implementing the writer class for writing an XML templates file.</td> |
98 <td>Module implementing the writer class for writing an XML templates file.</td> |
99 </tr><tr> |
99 </tr><tr> |
100 <td><a href="eric5.E5XML.UserProjectHandler.html">UserProjectHandler</a></td> |
100 <td><a href="eric5.E5XML.UserProjectHandler.html">UserProjectHandler</a></td> |
101 <td>Module implementing the handler class for reading an XML user project properties file.</td> |
101 <td>Module implementing the handler class for reading an XML user project properties file.</td> |
102 </tr><tr> |
102 </tr><tr> |
103 <td><a href="eric5.E5XML.UserProjectWriter.html">UserProjectWriter</a></td> |
103 <td><a href="eric5.E5XML.UserProjectWriter.html">UserProjectWriter</a></td> |
104 <td>Module implementing the writer class for writing an XML user project properties file.</td> |
104 <td>Module implementing the writer class for writing an XML user project properties file.</td> |
105 </tr><tr> |
105 </tr><tr> |
106 <td><a href="eric5.E5XML.XMLEntityResolver.html">XMLEntityResolver</a></td> |
106 <td><a href="eric5.E5XML.XMLEntityResolver.html">XMLEntityResolver</a></td> |
107 <td>Module implementing a specialized entity resolver to find our DTDs.</td> |
107 <td>Module implementing a specialized entity resolver to find our DTDs.</td> |
108 </tr><tr> |
108 </tr><tr> |
109 <td><a href="eric5.E5XML.XMLErrorHandler.html">XMLErrorHandler</a></td> |
109 <td><a href="eric5.E5XML.XMLErrorHandler.html">XMLErrorHandler</a></td> |
110 <td>Module implementing an error handler class.</td> |
110 <td>Module implementing an error handler class.</td> |
111 </tr><tr> |
111 </tr><tr> |
112 <td><a href="eric5.E5XML.XMLHandlerBase.html">XMLHandlerBase</a></td> |
112 <td><a href="eric5.E5XML.XMLHandlerBase.html">XMLHandlerBase</a></td> |
113 <td>Module implementing a base class for all of eric5s XML handlers.</td> |
113 <td>Module implementing a base class for all of eric5s XML handlers.</td> |
114 </tr><tr> |
114 </tr><tr> |
115 <td><a href="eric5.E5XML.XMLMessageDialog.html">XMLMessageDialog</a></td> |
115 <td><a href="eric5.E5XML.XMLMessageDialog.html">XMLMessageDialog</a></td> |
116 <td>Module implementing a dialog to display XML parse messages.</td> |
116 <td>Module implementing a dialog to display XML parse messages.</td> |
117 </tr><tr> |
117 </tr><tr> |
118 <td><a href="eric5.E5XML.XMLUtilities.html">XMLUtilities</a></td> |
118 <td><a href="eric5.E5XML.XMLUtilities.html">XMLUtilities</a></td> |
119 <td>Module implementing various XML utility functions.</td> |
119 <td>Module implementing various XML utility functions.</td> |
120 </tr><tr> |
120 </tr><tr> |
121 <td><a href="eric5.E5XML.XMLWriterBase.html">XMLWriterBase</a></td> |
121 <td><a href="eric5.E5XML.XMLWriterBase.html">XMLWriterBase</a></td> |
122 <td>Module implementing a base class for all of eric5s XML writers.</td> |
122 <td>Module implementing a base class for all of eric5s XML writers.</td> |
123 </tr> |
123 </tr> |
124 </table> |
124 </table> |
125 </body></html> |
125 </body></html> |