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>eric5.E5XML.ProjectHandler</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric5.E5XML.ProjectHandler</h1> |
|
24 <p> |
|
25 Module implementing the handler class for reading an XML project file. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#ProjectHandler">ProjectHandler</a></td> |
|
35 <td>Class implementing a sax handler to read an XML project file.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="ProjectHandler" ID="ProjectHandler"></a> |
|
44 <h2>ProjectHandler</h2> |
|
45 <p> |
|
46 Class implementing a sax handler to read an XML project file. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 XMLHandlerBase |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Methods</h3> |
|
55 <table> |
|
56 <tr> |
|
57 <td><a href="#ProjectHandler.__init__">ProjectHandler</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#ProjectHandler.__buildPath">__buildPath</a></td> |
|
61 <td>Private method to assemble a path.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#ProjectHandler.endAuthor">endAuthor</a></td> |
|
64 <td>Handler method for the "Author" end tag.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#ProjectHandler.endCheckersParams">endCheckersParams</a></td> |
|
67 <td>Handler method for the "CheckersParams" end tag.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#ProjectHandler.endCxfreezeParams">endCxfreezeParams</a></td> |
|
70 <td>Handler method for the "CxfreezeParams" end tag.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#ProjectHandler.endDescription">endDescription</a></td> |
|
73 <td>Handler method for the "Description" end tag.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#ProjectHandler.endDir">endDir</a></td> |
|
76 <td>Handler method for the "Dir" end tag.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#ProjectHandler.endDocumentationParams">endDocumentationParams</a></td> |
|
79 <td>Handler method for the "DocumentationParams" end tag.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#ProjectHandler.endEmail">endEmail</a></td> |
|
82 <td>Handler method for the "Email" end tag.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#ProjectHandler.endEric4ApiParams">endEric4ApiParams</a></td> |
|
85 <td>Handler method for the "Eric4ApiParams" end tag.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#ProjectHandler.endEric4DocParams">endEric4DocParams</a></td> |
|
88 <td>Handler method for the "Eric4DocParams" end tag.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#ProjectHandler.endForm">endForm</a></td> |
|
91 <td>Handler method for the "Form" end tag.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#ProjectHandler.endHash">endHash</a></td> |
|
94 <td>Handler method for the "Hash" end tag.</td> |
|
95 </tr><tr> |
|
96 <td><a href="#ProjectHandler.endInterface">endInterface</a></td> |
|
97 <td>Handler method for the "Interface" end tag.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#ProjectHandler.endLanguage">endLanguage</a></td> |
|
100 <td>Handler method for the "Language" end tag.</td> |
|
101 </tr><tr> |
|
102 <td><a href="#ProjectHandler.endMainScript">endMainScript</a></td> |
|
103 <td>Handler method for the "MainScript" end tag.</td> |
|
104 </tr><tr> |
|
105 <td><a href="#ProjectHandler.endName">endName</a></td> |
|
106 <td>Handler method for the "Name" end tag.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#ProjectHandler.endOther">endOther</a></td> |
|
109 <td>Handler method for the "Other" end tag.</td> |
|
110 </tr><tr> |
|
111 <td><a href="#ProjectHandler.endOtherToolsParams">endOtherToolsParams</a></td> |
|
112 <td>Handler method for the "OtherToolsParams" end tag.</td> |
|
113 </tr><tr> |
|
114 <td><a href="#ProjectHandler.endPackagersParams">endPackagersParams</a></td> |
|
115 <td>Handler method for the "PackagersParams" end tag.</td> |
|
116 </tr><tr> |
|
117 <td><a href="#ProjectHandler.endProgLanguage">endProgLanguage</a></td> |
|
118 <td>Handler method for the "ProgLanguage" end tag.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#ProjectHandler.endProjectExcludeList">endProjectExcludeList</a></td> |
|
121 <td>Handler method for the "ProjectExcludeList" end tag.</td> |
|
122 </tr><tr> |
|
123 <td><a href="#ProjectHandler.endProjectType">endProjectType</a></td> |
|
124 <td>Handler method for the "ProjectType" end tag.</td> |
|
125 </tr><tr> |
|
126 <td><a href="#ProjectHandler.endProjectTypeSpecificData">endProjectTypeSpecificData</a></td> |
|
127 <td>Handler method for the "ProjectTypeSpecificData" end tag.</td> |
|
128 </tr><tr> |
|
129 <td><a href="#ProjectHandler.endProjectWordList">endProjectWordList</a></td> |
|
130 <td>Handler method for the "ProjectWordList" end tag.</td> |
|
131 </tr><tr> |
|
132 <td><a href="#ProjectHandler.endPyLintParams">endPyLintParams</a></td> |
|
133 <td>Handler method for the "PyLintParams" end tag.</td> |
|
134 </tr><tr> |
|
135 <td><a href="#ProjectHandler.endResource">endResource</a></td> |
|
136 <td>Handler method for the "Resource" end tag.</td> |
|
137 </tr><tr> |
|
138 <td><a href="#ProjectHandler.endSource">endSource</a></td> |
|
139 <td>Handler method for the "Source" end tag.</td> |
|
140 </tr><tr> |
|
141 <td><a href="#ProjectHandler.endTranslation">endTranslation</a></td> |
|
142 <td>Handler method for the "Translation" end tag.</td> |
|
143 </tr><tr> |
|
144 <td><a href="#ProjectHandler.endTranslationException">endTranslationException</a></td> |
|
145 <td>Handler method for the "TranslationException" end tag.</td> |
|
146 </tr><tr> |
|
147 <td><a href="#ProjectHandler.endTranslationPattern">endTranslationPattern</a></td> |
|
148 <td>Handler method for the "TranslationPattern" end tag.</td> |
|
149 </tr><tr> |
|
150 <td><a href="#ProjectHandler.endTranslationPrefix">endTranslationPrefix</a></td> |
|
151 <td>Handler method for the "TranslationPrefix" end tag.</td> |
|
152 </tr><tr> |
|
153 <td><a href="#ProjectHandler.endTranslationsBinPath">endTranslationsBinPath</a></td> |
|
154 <td>Handler method for the "TranslationsBinPath" end tag.</td> |
|
155 </tr><tr> |
|
156 <td><a href="#ProjectHandler.endUIType">endUIType</a></td> |
|
157 <td>Handler method for the "UIType" end tag.</td> |
|
158 </tr><tr> |
|
159 <td><a href="#ProjectHandler.endVcsOptions">endVcsOptions</a></td> |
|
160 <td>Handler method for the "VcsOptions" end tag.</td> |
|
161 </tr><tr> |
|
162 <td><a href="#ProjectHandler.endVcsOtherData">endVcsOtherData</a></td> |
|
163 <td>Handler method for the "VcsOtherData" end tag.</td> |
|
164 </tr><tr> |
|
165 <td><a href="#ProjectHandler.endVcsType">endVcsType</a></td> |
|
166 <td>Handler method for the "VcsType" end tag.</td> |
|
167 </tr><tr> |
|
168 <td><a href="#ProjectHandler.endVersion">endVersion</a></td> |
|
169 <td>Handler method for the "Version" end tag.</td> |
|
170 </tr><tr> |
|
171 <td><a href="#ProjectHandler.getVersion">getVersion</a></td> |
|
172 <td>Public method to retrieve the version of the project.</td> |
|
173 </tr><tr> |
|
174 <td><a href="#ProjectHandler.startCheckersParams">startCheckersParams</a></td> |
|
175 <td>Handler method for the "CheckersParams" start tag.</td> |
|
176 </tr><tr> |
|
177 <td><a href="#ProjectHandler.startCxfreezeParams">startCxfreezeParams</a></td> |
|
178 <td>Handler method for the "CxfreezeParams" start tag.</td> |
|
179 </tr><tr> |
|
180 <td><a href="#ProjectHandler.startDocumentProject">startDocumentProject</a></td> |
|
181 <td>Handler called, when the document parsing is started.</td> |
|
182 </tr><tr> |
|
183 <td><a href="#ProjectHandler.startDocumentationParams">startDocumentationParams</a></td> |
|
184 <td>Handler method for the "DocumentationParams" start tag.</td> |
|
185 </tr><tr> |
|
186 <td><a href="#ProjectHandler.startEol">startEol</a></td> |
|
187 <td>Handler method for the "Eol" start tag.</td> |
|
188 </tr><tr> |
|
189 <td><a href="#ProjectHandler.startEric4ApiParams">startEric4ApiParams</a></td> |
|
190 <td>Handler method for the "Eric4ApiParams" start tag.</td> |
|
191 </tr><tr> |
|
192 <td><a href="#ProjectHandler.startEric4DocParams">startEric4DocParams</a></td> |
|
193 <td>Handler method for the "Eric4DocParams" start tag.</td> |
|
194 </tr><tr> |
|
195 <td><a href="#ProjectHandler.startFiletypeAssociation">startFiletypeAssociation</a></td> |
|
196 <td>Handler method for the "FiletypeAssociation" start tag.</td> |
|
197 </tr><tr> |
|
198 <td><a href="#ProjectHandler.startForm">startForm</a></td> |
|
199 <td>Handler method for the "Form" start tag.</td> |
|
200 </tr><tr> |
|
201 <td><a href="#ProjectHandler.startInterface">startInterface</a></td> |
|
202 <td>Handler method for the "Interface" start tag.</td> |
|
203 </tr><tr> |
|
204 <td><a href="#ProjectHandler.startLexerAssociation">startLexerAssociation</a></td> |
|
205 <td>Handler method for the "LexerAssociation" start tag.</td> |
|
206 </tr><tr> |
|
207 <td><a href="#ProjectHandler.startMainScript">startMainScript</a></td> |
|
208 <td>Handler method for the "MainScript" start tag.</td> |
|
209 </tr><tr> |
|
210 <td><a href="#ProjectHandler.startOther">startOther</a></td> |
|
211 <td>Handler method for the "Other" start tag.</td> |
|
212 </tr><tr> |
|
213 <td><a href="#ProjectHandler.startOtherToolsParams">startOtherToolsParams</a></td> |
|
214 <td>Handler method for the "OtherToolsParams" start tag.</td> |
|
215 </tr><tr> |
|
216 <td><a href="#ProjectHandler.startPackagersParams">startPackagersParams</a></td> |
|
217 <td>Handler method for the "PackagersParams" start tag.</td> |
|
218 </tr><tr> |
|
219 <td><a href="#ProjectHandler.startProgLanguage">startProgLanguage</a></td> |
|
220 <td>Handler method for the "Source" start tag.</td> |
|
221 </tr><tr> |
|
222 <td><a href="#ProjectHandler.startProject">startProject</a></td> |
|
223 <td>Handler method for the "Project" start tag.</td> |
|
224 </tr><tr> |
|
225 <td><a href="#ProjectHandler.startProjectTypeSpecificData">startProjectTypeSpecificData</a></td> |
|
226 <td>Handler method for the "ProjectTypeSpecificData" start tag.</td> |
|
227 </tr><tr> |
|
228 <td><a href="#ProjectHandler.startPyLintParams">startPyLintParams</a></td> |
|
229 <td>Handler method for the "PyLintParams" start tag.</td> |
|
230 </tr><tr> |
|
231 <td><a href="#ProjectHandler.startResource">startResource</a></td> |
|
232 <td>Handler method for the "Resource" start tag.</td> |
|
233 </tr><tr> |
|
234 <td><a href="#ProjectHandler.startSource">startSource</a></td> |
|
235 <td>Handler method for the "Source" start tag.</td> |
|
236 </tr><tr> |
|
237 <td><a href="#ProjectHandler.startTranslation">startTranslation</a></td> |
|
238 <td>Handler method for the "Translation" start tag.</td> |
|
239 </tr><tr> |
|
240 <td><a href="#ProjectHandler.startTranslationException">startTranslationException</a></td> |
|
241 <td>Handler method for the "TranslationException" start tag.</td> |
|
242 </tr><tr> |
|
243 <td><a href="#ProjectHandler.startTranslationPrefix">startTranslationPrefix</a></td> |
|
244 <td>Handler method for the "TranslationPrefix" start tag.</td> |
|
245 </tr><tr> |
|
246 <td><a href="#ProjectHandler.startTranslationsBinPath">startTranslationsBinPath</a></td> |
|
247 <td>Handler method for the "TranslationsBinPath" start tag.</td> |
|
248 </tr><tr> |
|
249 <td><a href="#ProjectHandler.startVcsOptions">startVcsOptions</a></td> |
|
250 <td>Handler method for the "VcsOptions" start tag.</td> |
|
251 </tr><tr> |
|
252 <td><a href="#ProjectHandler.startVcsOtherData">startVcsOtherData</a></td> |
|
253 <td>Handler method for the "VcsOtherData" start tag.</td> |
|
254 </tr> |
|
255 </table> |
|
256 <a NAME="ProjectHandler.__init__" ID="ProjectHandler.__init__"></a> |
|
257 <h4>ProjectHandler (Constructor)</h4> |
|
258 <b>ProjectHandler</b>(<i>project</i>) |
|
259 <p> |
|
260 Constructor |
|
261 </p><dl> |
|
262 <dt><i>project</i></dt> |
|
263 <dd> |
|
264 Reference to the project object to store the |
|
265 information into. |
|
266 </dd> |
|
267 </dl><a NAME="ProjectHandler.__buildPath" ID="ProjectHandler.__buildPath"></a> |
|
268 <h4>ProjectHandler.__buildPath</h4> |
|
269 <b>__buildPath</b>(<i></i>) |
|
270 <p> |
|
271 Private method to assemble a path. |
|
272 </p><dl> |
|
273 <dt>Returns:</dt> |
|
274 <dd> |
|
275 The ready assembled path. (string) |
|
276 </dd> |
|
277 </dl><a NAME="ProjectHandler.endAuthor" ID="ProjectHandler.endAuthor"></a> |
|
278 <h4>ProjectHandler.endAuthor</h4> |
|
279 <b>endAuthor</b>(<i></i>) |
|
280 <p> |
|
281 Handler method for the "Author" end tag. |
|
282 </p><a NAME="ProjectHandler.endCheckersParams" ID="ProjectHandler.endCheckersParams"></a> |
|
283 <h4>ProjectHandler.endCheckersParams</h4> |
|
284 <b>endCheckersParams</b>(<i></i>) |
|
285 <p> |
|
286 Handler method for the "CheckersParams" end tag. |
|
287 </p><a NAME="ProjectHandler.endCxfreezeParams" ID="ProjectHandler.endCxfreezeParams"></a> |
|
288 <h4>ProjectHandler.endCxfreezeParams</h4> |
|
289 <b>endCxfreezeParams</b>(<i></i>) |
|
290 <p> |
|
291 Handler method for the "CxfreezeParams" end tag. |
|
292 </p><a NAME="ProjectHandler.endDescription" ID="ProjectHandler.endDescription"></a> |
|
293 <h4>ProjectHandler.endDescription</h4> |
|
294 <b>endDescription</b>(<i></i>) |
|
295 <p> |
|
296 Handler method for the "Description" end tag. |
|
297 </p><a NAME="ProjectHandler.endDir" ID="ProjectHandler.endDir"></a> |
|
298 <h4>ProjectHandler.endDir</h4> |
|
299 <b>endDir</b>(<i></i>) |
|
300 <p> |
|
301 Handler method for the "Dir" end tag. |
|
302 </p><a NAME="ProjectHandler.endDocumentationParams" ID="ProjectHandler.endDocumentationParams"></a> |
|
303 <h4>ProjectHandler.endDocumentationParams</h4> |
|
304 <b>endDocumentationParams</b>(<i></i>) |
|
305 <p> |
|
306 Handler method for the "DocumentationParams" end tag. |
|
307 </p><a NAME="ProjectHandler.endEmail" ID="ProjectHandler.endEmail"></a> |
|
308 <h4>ProjectHandler.endEmail</h4> |
|
309 <b>endEmail</b>(<i></i>) |
|
310 <p> |
|
311 Handler method for the "Email" end tag. |
|
312 </p><a NAME="ProjectHandler.endEric4ApiParams" ID="ProjectHandler.endEric4ApiParams"></a> |
|
313 <h4>ProjectHandler.endEric4ApiParams</h4> |
|
314 <b>endEric4ApiParams</b>(<i></i>) |
|
315 <p> |
|
316 Handler method for the "Eric4ApiParams" end tag. |
|
317 </p><a NAME="ProjectHandler.endEric4DocParams" ID="ProjectHandler.endEric4DocParams"></a> |
|
318 <h4>ProjectHandler.endEric4DocParams</h4> |
|
319 <b>endEric4DocParams</b>(<i></i>) |
|
320 <p> |
|
321 Handler method for the "Eric4DocParams" end tag. |
|
322 </p><a NAME="ProjectHandler.endForm" ID="ProjectHandler.endForm"></a> |
|
323 <h4>ProjectHandler.endForm</h4> |
|
324 <b>endForm</b>(<i></i>) |
|
325 <p> |
|
326 Handler method for the "Form" end tag. |
|
327 </p><a NAME="ProjectHandler.endHash" ID="ProjectHandler.endHash"></a> |
|
328 <h4>ProjectHandler.endHash</h4> |
|
329 <b>endHash</b>(<i></i>) |
|
330 <p> |
|
331 Handler method for the "Hash" end tag. |
|
332 </p><a NAME="ProjectHandler.endInterface" ID="ProjectHandler.endInterface"></a> |
|
333 <h4>ProjectHandler.endInterface</h4> |
|
334 <b>endInterface</b>(<i></i>) |
|
335 <p> |
|
336 Handler method for the "Interface" end tag. |
|
337 </p><a NAME="ProjectHandler.endLanguage" ID="ProjectHandler.endLanguage"></a> |
|
338 <h4>ProjectHandler.endLanguage</h4> |
|
339 <b>endLanguage</b>(<i></i>) |
|
340 <p> |
|
341 Handler method for the "Language" end tag. |
|
342 </p><a NAME="ProjectHandler.endMainScript" ID="ProjectHandler.endMainScript"></a> |
|
343 <h4>ProjectHandler.endMainScript</h4> |
|
344 <b>endMainScript</b>(<i></i>) |
|
345 <p> |
|
346 Handler method for the "MainScript" end tag. |
|
347 </p><a NAME="ProjectHandler.endName" ID="ProjectHandler.endName"></a> |
|
348 <h4>ProjectHandler.endName</h4> |
|
349 <b>endName</b>(<i></i>) |
|
350 <p> |
|
351 Handler method for the "Name" end tag. |
|
352 </p><a NAME="ProjectHandler.endOther" ID="ProjectHandler.endOther"></a> |
|
353 <h4>ProjectHandler.endOther</h4> |
|
354 <b>endOther</b>(<i></i>) |
|
355 <p> |
|
356 Handler method for the "Other" end tag. |
|
357 </p><a NAME="ProjectHandler.endOtherToolsParams" ID="ProjectHandler.endOtherToolsParams"></a> |
|
358 <h4>ProjectHandler.endOtherToolsParams</h4> |
|
359 <b>endOtherToolsParams</b>(<i></i>) |
|
360 <p> |
|
361 Handler method for the "OtherToolsParams" end tag. |
|
362 </p><a NAME="ProjectHandler.endPackagersParams" ID="ProjectHandler.endPackagersParams"></a> |
|
363 <h4>ProjectHandler.endPackagersParams</h4> |
|
364 <b>endPackagersParams</b>(<i></i>) |
|
365 <p> |
|
366 Handler method for the "PackagersParams" end tag. |
|
367 </p><a NAME="ProjectHandler.endProgLanguage" ID="ProjectHandler.endProgLanguage"></a> |
|
368 <h4>ProjectHandler.endProgLanguage</h4> |
|
369 <b>endProgLanguage</b>(<i></i>) |
|
370 <p> |
|
371 Handler method for the "ProgLanguage" end tag. |
|
372 </p><a NAME="ProjectHandler.endProjectExcludeList" ID="ProjectHandler.endProjectExcludeList"></a> |
|
373 <h4>ProjectHandler.endProjectExcludeList</h4> |
|
374 <b>endProjectExcludeList</b>(<i></i>) |
|
375 <p> |
|
376 Handler method for the "ProjectExcludeList" end tag. |
|
377 </p><a NAME="ProjectHandler.endProjectType" ID="ProjectHandler.endProjectType"></a> |
|
378 <h4>ProjectHandler.endProjectType</h4> |
|
379 <b>endProjectType</b>(<i></i>) |
|
380 <p> |
|
381 Handler method for the "ProjectType" end tag. |
|
382 </p><a NAME="ProjectHandler.endProjectTypeSpecificData" ID="ProjectHandler.endProjectTypeSpecificData"></a> |
|
383 <h4>ProjectHandler.endProjectTypeSpecificData</h4> |
|
384 <b>endProjectTypeSpecificData</b>(<i></i>) |
|
385 <p> |
|
386 Handler method for the "ProjectTypeSpecificData" end tag. |
|
387 </p><a NAME="ProjectHandler.endProjectWordList" ID="ProjectHandler.endProjectWordList"></a> |
|
388 <h4>ProjectHandler.endProjectWordList</h4> |
|
389 <b>endProjectWordList</b>(<i></i>) |
|
390 <p> |
|
391 Handler method for the "ProjectWordList" end tag. |
|
392 </p><a NAME="ProjectHandler.endPyLintParams" ID="ProjectHandler.endPyLintParams"></a> |
|
393 <h4>ProjectHandler.endPyLintParams</h4> |
|
394 <b>endPyLintParams</b>(<i></i>) |
|
395 <p> |
|
396 Handler method for the "PyLintParams" end tag. |
|
397 </p><a NAME="ProjectHandler.endResource" ID="ProjectHandler.endResource"></a> |
|
398 <h4>ProjectHandler.endResource</h4> |
|
399 <b>endResource</b>(<i></i>) |
|
400 <p> |
|
401 Handler method for the "Resource" end tag. |
|
402 </p><a NAME="ProjectHandler.endSource" ID="ProjectHandler.endSource"></a> |
|
403 <h4>ProjectHandler.endSource</h4> |
|
404 <b>endSource</b>(<i></i>) |
|
405 <p> |
|
406 Handler method for the "Source" end tag. |
|
407 </p><a NAME="ProjectHandler.endTranslation" ID="ProjectHandler.endTranslation"></a> |
|
408 <h4>ProjectHandler.endTranslation</h4> |
|
409 <b>endTranslation</b>(<i></i>) |
|
410 <p> |
|
411 Handler method for the "Translation" end tag. |
|
412 </p><a NAME="ProjectHandler.endTranslationException" ID="ProjectHandler.endTranslationException"></a> |
|
413 <h4>ProjectHandler.endTranslationException</h4> |
|
414 <b>endTranslationException</b>(<i></i>) |
|
415 <p> |
|
416 Handler method for the "TranslationException" end tag. |
|
417 </p><a NAME="ProjectHandler.endTranslationPattern" ID="ProjectHandler.endTranslationPattern"></a> |
|
418 <h4>ProjectHandler.endTranslationPattern</h4> |
|
419 <b>endTranslationPattern</b>(<i></i>) |
|
420 <p> |
|
421 Handler method for the "TranslationPattern" end tag. |
|
422 </p><a NAME="ProjectHandler.endTranslationPrefix" ID="ProjectHandler.endTranslationPrefix"></a> |
|
423 <h4>ProjectHandler.endTranslationPrefix</h4> |
|
424 <b>endTranslationPrefix</b>(<i></i>) |
|
425 <p> |
|
426 Handler method for the "TranslationPrefix" end tag. |
|
427 </p><a NAME="ProjectHandler.endTranslationsBinPath" ID="ProjectHandler.endTranslationsBinPath"></a> |
|
428 <h4>ProjectHandler.endTranslationsBinPath</h4> |
|
429 <b>endTranslationsBinPath</b>(<i></i>) |
|
430 <p> |
|
431 Handler method for the "TranslationsBinPath" end tag. |
|
432 </p><a NAME="ProjectHandler.endUIType" ID="ProjectHandler.endUIType"></a> |
|
433 <h4>ProjectHandler.endUIType</h4> |
|
434 <b>endUIType</b>(<i></i>) |
|
435 <p> |
|
436 Handler method for the "UIType" end tag. |
|
437 </p><a NAME="ProjectHandler.endVcsOptions" ID="ProjectHandler.endVcsOptions"></a> |
|
438 <h4>ProjectHandler.endVcsOptions</h4> |
|
439 <b>endVcsOptions</b>(<i></i>) |
|
440 <p> |
|
441 Handler method for the "VcsOptions" end tag. |
|
442 </p><a NAME="ProjectHandler.endVcsOtherData" ID="ProjectHandler.endVcsOtherData"></a> |
|
443 <h4>ProjectHandler.endVcsOtherData</h4> |
|
444 <b>endVcsOtherData</b>(<i></i>) |
|
445 <p> |
|
446 Handler method for the "VcsOtherData" end tag. |
|
447 </p><a NAME="ProjectHandler.endVcsType" ID="ProjectHandler.endVcsType"></a> |
|
448 <h4>ProjectHandler.endVcsType</h4> |
|
449 <b>endVcsType</b>(<i></i>) |
|
450 <p> |
|
451 Handler method for the "VcsType" end tag. |
|
452 </p><a NAME="ProjectHandler.endVersion" ID="ProjectHandler.endVersion"></a> |
|
453 <h4>ProjectHandler.endVersion</h4> |
|
454 <b>endVersion</b>(<i></i>) |
|
455 <p> |
|
456 Handler method for the "Version" end tag. |
|
457 </p><a NAME="ProjectHandler.getVersion" ID="ProjectHandler.getVersion"></a> |
|
458 <h4>ProjectHandler.getVersion</h4> |
|
459 <b>getVersion</b>(<i></i>) |
|
460 <p> |
|
461 Public method to retrieve the version of the project. |
|
462 </p><dl> |
|
463 <dt>Returns:</dt> |
|
464 <dd> |
|
465 String containing the version number. |
|
466 </dd> |
|
467 </dl><a NAME="ProjectHandler.startCheckersParams" ID="ProjectHandler.startCheckersParams"></a> |
|
468 <h4>ProjectHandler.startCheckersParams</h4> |
|
469 <b>startCheckersParams</b>(<i>attrs</i>) |
|
470 <p> |
|
471 Handler method for the "CheckersParams" start tag. |
|
472 </p><dl> |
|
473 <dt><i>attrs</i></dt> |
|
474 <dd> |
|
475 list of tag attributes |
|
476 </dd> |
|
477 </dl><a NAME="ProjectHandler.startCxfreezeParams" ID="ProjectHandler.startCxfreezeParams"></a> |
|
478 <h4>ProjectHandler.startCxfreezeParams</h4> |
|
479 <b>startCxfreezeParams</b>(<i>attrs</i>) |
|
480 <p> |
|
481 Handler method for the "CxfreezeParams" start tag. |
|
482 </p><dl> |
|
483 <dt><i>attrs</i></dt> |
|
484 <dd> |
|
485 list of tag attributes |
|
486 </dd> |
|
487 </dl><a NAME="ProjectHandler.startDocumentProject" ID="ProjectHandler.startDocumentProject"></a> |
|
488 <h4>ProjectHandler.startDocumentProject</h4> |
|
489 <b>startDocumentProject</b>(<i></i>) |
|
490 <p> |
|
491 Handler called, when the document parsing is started. |
|
492 </p><a NAME="ProjectHandler.startDocumentationParams" ID="ProjectHandler.startDocumentationParams"></a> |
|
493 <h4>ProjectHandler.startDocumentationParams</h4> |
|
494 <b>startDocumentationParams</b>(<i>attrs</i>) |
|
495 <p> |
|
496 Handler method for the "DocumentationParams" start tag. |
|
497 </p><dl> |
|
498 <dt><i>attrs</i></dt> |
|
499 <dd> |
|
500 list of tag attributes |
|
501 </dd> |
|
502 </dl><a NAME="ProjectHandler.startEol" ID="ProjectHandler.startEol"></a> |
|
503 <h4>ProjectHandler.startEol</h4> |
|
504 <b>startEol</b>(<i>attrs</i>) |
|
505 <p> |
|
506 Handler method for the "Eol" start tag. |
|
507 </p><dl> |
|
508 <dt><i>attrs</i></dt> |
|
509 <dd> |
|
510 list of tag attributes |
|
511 </dd> |
|
512 </dl><a NAME="ProjectHandler.startEric4ApiParams" ID="ProjectHandler.startEric4ApiParams"></a> |
|
513 <h4>ProjectHandler.startEric4ApiParams</h4> |
|
514 <b>startEric4ApiParams</b>(<i>attrs</i>) |
|
515 <p> |
|
516 Handler method for the "Eric4ApiParams" start tag. |
|
517 </p><dl> |
|
518 <dt><i>attrs</i></dt> |
|
519 <dd> |
|
520 list of tag attributes |
|
521 </dd> |
|
522 </dl><a NAME="ProjectHandler.startEric4DocParams" ID="ProjectHandler.startEric4DocParams"></a> |
|
523 <h4>ProjectHandler.startEric4DocParams</h4> |
|
524 <b>startEric4DocParams</b>(<i>attrs</i>) |
|
525 <p> |
|
526 Handler method for the "Eric4DocParams" start tag. |
|
527 </p><dl> |
|
528 <dt><i>attrs</i></dt> |
|
529 <dd> |
|
530 list of tag attributes |
|
531 </dd> |
|
532 </dl><a NAME="ProjectHandler.startFiletypeAssociation" ID="ProjectHandler.startFiletypeAssociation"></a> |
|
533 <h4>ProjectHandler.startFiletypeAssociation</h4> |
|
534 <b>startFiletypeAssociation</b>(<i>attrs</i>) |
|
535 <p> |
|
536 Handler method for the "FiletypeAssociation" start tag. |
|
537 </p><dl> |
|
538 <dt><i>attrs</i></dt> |
|
539 <dd> |
|
540 list of tag attributes |
|
541 </dd> |
|
542 </dl><a NAME="ProjectHandler.startForm" ID="ProjectHandler.startForm"></a> |
|
543 <h4>ProjectHandler.startForm</h4> |
|
544 <b>startForm</b>(<i>attrs</i>) |
|
545 <p> |
|
546 Handler method for the "Form" start tag. |
|
547 </p><dl> |
|
548 <dt><i>attrs</i></dt> |
|
549 <dd> |
|
550 list of tag attributes |
|
551 </dd> |
|
552 </dl><a NAME="ProjectHandler.startInterface" ID="ProjectHandler.startInterface"></a> |
|
553 <h4>ProjectHandler.startInterface</h4> |
|
554 <b>startInterface</b>(<i>attrs</i>) |
|
555 <p> |
|
556 Handler method for the "Interface" start tag. |
|
557 </p><dl> |
|
558 <dt><i>attrs</i></dt> |
|
559 <dd> |
|
560 list of tag attributes |
|
561 </dd> |
|
562 </dl><a NAME="ProjectHandler.startLexerAssociation" ID="ProjectHandler.startLexerAssociation"></a> |
|
563 <h4>ProjectHandler.startLexerAssociation</h4> |
|
564 <b>startLexerAssociation</b>(<i>attrs</i>) |
|
565 <p> |
|
566 Handler method for the "LexerAssociation" start tag. |
|
567 </p><dl> |
|
568 <dt><i>attrs</i></dt> |
|
569 <dd> |
|
570 list of tag attributes |
|
571 </dd> |
|
572 </dl><a NAME="ProjectHandler.startMainScript" ID="ProjectHandler.startMainScript"></a> |
|
573 <h4>ProjectHandler.startMainScript</h4> |
|
574 <b>startMainScript</b>(<i>attrs</i>) |
|
575 <p> |
|
576 Handler method for the "MainScript" start tag. |
|
577 </p><dl> |
|
578 <dt><i>attrs</i></dt> |
|
579 <dd> |
|
580 list of tag attributes |
|
581 </dd> |
|
582 </dl><a NAME="ProjectHandler.startOther" ID="ProjectHandler.startOther"></a> |
|
583 <h4>ProjectHandler.startOther</h4> |
|
584 <b>startOther</b>(<i>attrs</i>) |
|
585 <p> |
|
586 Handler method for the "Other" start tag. |
|
587 </p><dl> |
|
588 <dt><i>attrs</i></dt> |
|
589 <dd> |
|
590 list of tag attributes |
|
591 </dd> |
|
592 </dl><a NAME="ProjectHandler.startOtherToolsParams" ID="ProjectHandler.startOtherToolsParams"></a> |
|
593 <h4>ProjectHandler.startOtherToolsParams</h4> |
|
594 <b>startOtherToolsParams</b>(<i>attrs</i>) |
|
595 <p> |
|
596 Handler method for the "OtherToolsParams" start tag. |
|
597 </p><dl> |
|
598 <dt><i>attrs</i></dt> |
|
599 <dd> |
|
600 list of tag attributes |
|
601 </dd> |
|
602 </dl><a NAME="ProjectHandler.startPackagersParams" ID="ProjectHandler.startPackagersParams"></a> |
|
603 <h4>ProjectHandler.startPackagersParams</h4> |
|
604 <b>startPackagersParams</b>(<i>attrs</i>) |
|
605 <p> |
|
606 Handler method for the "PackagersParams" start tag. |
|
607 </p><dl> |
|
608 <dt><i>attrs</i></dt> |
|
609 <dd> |
|
610 list of tag attributes |
|
611 </dd> |
|
612 </dl><a NAME="ProjectHandler.startProgLanguage" ID="ProjectHandler.startProgLanguage"></a> |
|
613 <h4>ProjectHandler.startProgLanguage</h4> |
|
614 <b>startProgLanguage</b>(<i>attrs</i>) |
|
615 <p> |
|
616 Handler method for the "Source" start tag. |
|
617 </p><dl> |
|
618 <dt><i>attrs</i></dt> |
|
619 <dd> |
|
620 list of tag attributes |
|
621 </dd> |
|
622 </dl><a NAME="ProjectHandler.startProject" ID="ProjectHandler.startProject"></a> |
|
623 <h4>ProjectHandler.startProject</h4> |
|
624 <b>startProject</b>(<i>attrs</i>) |
|
625 <p> |
|
626 Handler method for the "Project" start tag. |
|
627 </p><dl> |
|
628 <dt><i>attrs</i></dt> |
|
629 <dd> |
|
630 list of tag attributes |
|
631 </dd> |
|
632 </dl><a NAME="ProjectHandler.startProjectTypeSpecificData" ID="ProjectHandler.startProjectTypeSpecificData"></a> |
|
633 <h4>ProjectHandler.startProjectTypeSpecificData</h4> |
|
634 <b>startProjectTypeSpecificData</b>(<i>attrs</i>) |
|
635 <p> |
|
636 Handler method for the "ProjectTypeSpecificData" start tag. |
|
637 </p><dl> |
|
638 <dt><i>attrs</i></dt> |
|
639 <dd> |
|
640 list of tag attributes |
|
641 </dd> |
|
642 </dl><a NAME="ProjectHandler.startPyLintParams" ID="ProjectHandler.startPyLintParams"></a> |
|
643 <h4>ProjectHandler.startPyLintParams</h4> |
|
644 <b>startPyLintParams</b>(<i>attrs</i>) |
|
645 <p> |
|
646 Handler method for the "PyLintParams" start tag. |
|
647 </p><dl> |
|
648 <dt><i>attrs</i></dt> |
|
649 <dd> |
|
650 list of tag attributes |
|
651 </dd> |
|
652 </dl><a NAME="ProjectHandler.startResource" ID="ProjectHandler.startResource"></a> |
|
653 <h4>ProjectHandler.startResource</h4> |
|
654 <b>startResource</b>(<i>attrs</i>) |
|
655 <p> |
|
656 Handler method for the "Resource" start tag. |
|
657 </p><dl> |
|
658 <dt><i>attrs</i></dt> |
|
659 <dd> |
|
660 list of tag attributes |
|
661 </dd> |
|
662 </dl><a NAME="ProjectHandler.startSource" ID="ProjectHandler.startSource"></a> |
|
663 <h4>ProjectHandler.startSource</h4> |
|
664 <b>startSource</b>(<i>attrs</i>) |
|
665 <p> |
|
666 Handler method for the "Source" start tag. |
|
667 </p><dl> |
|
668 <dt><i>attrs</i></dt> |
|
669 <dd> |
|
670 list of tag attributes |
|
671 </dd> |
|
672 </dl><a NAME="ProjectHandler.startTranslation" ID="ProjectHandler.startTranslation"></a> |
|
673 <h4>ProjectHandler.startTranslation</h4> |
|
674 <b>startTranslation</b>(<i>attrs</i>) |
|
675 <p> |
|
676 Handler method for the "Translation" start tag. |
|
677 </p><dl> |
|
678 <dt><i>attrs</i></dt> |
|
679 <dd> |
|
680 list of tag attributes |
|
681 </dd> |
|
682 </dl><a NAME="ProjectHandler.startTranslationException" ID="ProjectHandler.startTranslationException"></a> |
|
683 <h4>ProjectHandler.startTranslationException</h4> |
|
684 <b>startTranslationException</b>(<i>attrs</i>) |
|
685 <p> |
|
686 Handler method for the "TranslationException" start tag. |
|
687 </p><dl> |
|
688 <dt><i>attrs</i></dt> |
|
689 <dd> |
|
690 list of tag attributes |
|
691 </dd> |
|
692 </dl><a NAME="ProjectHandler.startTranslationPrefix" ID="ProjectHandler.startTranslationPrefix"></a> |
|
693 <h4>ProjectHandler.startTranslationPrefix</h4> |
|
694 <b>startTranslationPrefix</b>(<i>attrs</i>) |
|
695 <p> |
|
696 Handler method for the "TranslationPrefix" start tag. |
|
697 </p><dl> |
|
698 <dt><i>attrs</i></dt> |
|
699 <dd> |
|
700 list of tag attributes |
|
701 </dd> |
|
702 </dl><a NAME="ProjectHandler.startTranslationsBinPath" ID="ProjectHandler.startTranslationsBinPath"></a> |
|
703 <h4>ProjectHandler.startTranslationsBinPath</h4> |
|
704 <b>startTranslationsBinPath</b>(<i>attrs</i>) |
|
705 <p> |
|
706 Handler method for the "TranslationsBinPath" start tag. |
|
707 </p><dl> |
|
708 <dt><i>attrs</i></dt> |
|
709 <dd> |
|
710 list of tag attributes |
|
711 </dd> |
|
712 </dl><a NAME="ProjectHandler.startVcsOptions" ID="ProjectHandler.startVcsOptions"></a> |
|
713 <h4>ProjectHandler.startVcsOptions</h4> |
|
714 <b>startVcsOptions</b>(<i>attrs</i>) |
|
715 <p> |
|
716 Handler method for the "VcsOptions" start tag. |
|
717 </p><dl> |
|
718 <dt><i>attrs</i></dt> |
|
719 <dd> |
|
720 list of tag attributes |
|
721 </dd> |
|
722 </dl><a NAME="ProjectHandler.startVcsOtherData" ID="ProjectHandler.startVcsOtherData"></a> |
|
723 <h4>ProjectHandler.startVcsOtherData</h4> |
|
724 <b>startVcsOtherData</b>(<i>attrs</i>) |
|
725 <p> |
|
726 Handler method for the "VcsOtherData" start tag. |
|
727 </p><dl> |
|
728 <dt><i>attrs</i></dt> |
|
729 <dd> |
|
730 list of tag attributes |
|
731 </dd> |
|
732 </dl> |
|
733 <div align="right"><a href="#top">Up</a></div> |
|
734 <hr /> |
|
735 </body></html> |
|