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