|
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.PluginRepositoryHandler</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>eric5.E5XML.PluginRepositoryHandler</h1> |
|
24 <p> |
|
25 Module implementing the handler class for reading an XML tasks 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="#PluginRepositoryHandler">PluginRepositoryHandler</a></td> |
|
35 <td>Class implementing a sax handler to read an XML tasks 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="PluginRepositoryHandler" ID="PluginRepositoryHandler"></a> |
|
44 <h2>PluginRepositoryHandler</h2> |
|
45 <p> |
|
46 Class implementing a sax handler to read an XML tasks 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="#PluginRepositoryHandler.__init__">PluginRepositoryHandler</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#PluginRepositoryHandler.endAuthor">endAuthor</a></td> |
|
61 <td>Handler method for the "Author" end tag.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#PluginRepositoryHandler.endDescription">endDescription</a></td> |
|
64 <td>Handler method for the "Description" end tag.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#PluginRepositoryHandler.endFilename">endFilename</a></td> |
|
67 <td>Handler method for the "Filename" end tag.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#PluginRepositoryHandler.endName">endName</a></td> |
|
70 <td>Handler method for the "Name" end tag.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#PluginRepositoryHandler.endPlugin">endPlugin</a></td> |
|
73 <td>Handler method for the "Plugin" end tag.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#PluginRepositoryHandler.endRepositoryUrl">endRepositoryUrl</a></td> |
|
76 <td>Handler method for the "RepositoryUrl" end tag.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#PluginRepositoryHandler.endShort">endShort</a></td> |
|
79 <td>Handler method for the "Short" end tag.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#PluginRepositoryHandler.endUrl">endUrl</a></td> |
|
82 <td>Handler method for the "Url" end tag.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#PluginRepositoryHandler.endVersion">endVersion</a></td> |
|
85 <td>Handler method for the "Version" end tag.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#PluginRepositoryHandler.getVersion">getVersion</a></td> |
|
88 <td>Public method to retrieve the version of the tasks file.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#PluginRepositoryHandler.startDocumentPlugins">startDocumentPlugins</a></td> |
|
91 <td>Handler called, when the document parsing is started.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#PluginRepositoryHandler.startPlugin">startPlugin</a></td> |
|
94 <td>Handler method for the "Plugin" start tag.</td> |
|
95 </tr><tr> |
|
96 <td><a href="#PluginRepositoryHandler.startPlugins">startPlugins</a></td> |
|
97 <td>Handler method for the "Plugins" start tag.</td> |
|
98 </tr> |
|
99 </table> |
|
100 <a NAME="PluginRepositoryHandler.__init__" ID="PluginRepositoryHandler.__init__"></a> |
|
101 <h4>PluginRepositoryHandler (Constructor)</h4> |
|
102 <b>PluginRepositoryHandler</b>(<i>parent</i>) |
|
103 <p> |
|
104 Constructor |
|
105 </p><dl> |
|
106 <dt><i>parent</i></dt> |
|
107 <dd> |
|
108 reference to the parent dialog (PluginRepositoryDialog) |
|
109 </dd> |
|
110 </dl><a NAME="PluginRepositoryHandler.endAuthor" ID="PluginRepositoryHandler.endAuthor"></a> |
|
111 <h4>PluginRepositoryHandler.endAuthor</h4> |
|
112 <b>endAuthor</b>(<i></i>) |
|
113 <p> |
|
114 Handler method for the "Author" end tag. |
|
115 </p><a NAME="PluginRepositoryHandler.endDescription" ID="PluginRepositoryHandler.endDescription"></a> |
|
116 <h4>PluginRepositoryHandler.endDescription</h4> |
|
117 <b>endDescription</b>(<i></i>) |
|
118 <p> |
|
119 Handler method for the "Description" end tag. |
|
120 </p><a NAME="PluginRepositoryHandler.endFilename" ID="PluginRepositoryHandler.endFilename"></a> |
|
121 <h4>PluginRepositoryHandler.endFilename</h4> |
|
122 <b>endFilename</b>(<i></i>) |
|
123 <p> |
|
124 Handler method for the "Filename" end tag. |
|
125 </p><a NAME="PluginRepositoryHandler.endName" ID="PluginRepositoryHandler.endName"></a> |
|
126 <h4>PluginRepositoryHandler.endName</h4> |
|
127 <b>endName</b>(<i></i>) |
|
128 <p> |
|
129 Handler method for the "Name" end tag. |
|
130 </p><a NAME="PluginRepositoryHandler.endPlugin" ID="PluginRepositoryHandler.endPlugin"></a> |
|
131 <h4>PluginRepositoryHandler.endPlugin</h4> |
|
132 <b>endPlugin</b>(<i></i>) |
|
133 <p> |
|
134 Handler method for the "Plugin" end tag. |
|
135 </p><a NAME="PluginRepositoryHandler.endRepositoryUrl" ID="PluginRepositoryHandler.endRepositoryUrl"></a> |
|
136 <h4>PluginRepositoryHandler.endRepositoryUrl</h4> |
|
137 <b>endRepositoryUrl</b>(<i></i>) |
|
138 <p> |
|
139 Handler method for the "RepositoryUrl" end tag. |
|
140 </p><a NAME="PluginRepositoryHandler.endShort" ID="PluginRepositoryHandler.endShort"></a> |
|
141 <h4>PluginRepositoryHandler.endShort</h4> |
|
142 <b>endShort</b>(<i></i>) |
|
143 <p> |
|
144 Handler method for the "Short" end tag. |
|
145 </p><a NAME="PluginRepositoryHandler.endUrl" ID="PluginRepositoryHandler.endUrl"></a> |
|
146 <h4>PluginRepositoryHandler.endUrl</h4> |
|
147 <b>endUrl</b>(<i></i>) |
|
148 <p> |
|
149 Handler method for the "Url" end tag. |
|
150 </p><a NAME="PluginRepositoryHandler.endVersion" ID="PluginRepositoryHandler.endVersion"></a> |
|
151 <h4>PluginRepositoryHandler.endVersion</h4> |
|
152 <b>endVersion</b>(<i></i>) |
|
153 <p> |
|
154 Handler method for the "Version" end tag. |
|
155 </p><a NAME="PluginRepositoryHandler.getVersion" ID="PluginRepositoryHandler.getVersion"></a> |
|
156 <h4>PluginRepositoryHandler.getVersion</h4> |
|
157 <b>getVersion</b>(<i></i>) |
|
158 <p> |
|
159 Public method to retrieve the version of the tasks file. |
|
160 </p><dl> |
|
161 <dt>Returns:</dt> |
|
162 <dd> |
|
163 String containing the version number. |
|
164 </dd> |
|
165 </dl><a NAME="PluginRepositoryHandler.startDocumentPlugins" ID="PluginRepositoryHandler.startDocumentPlugins"></a> |
|
166 <h4>PluginRepositoryHandler.startDocumentPlugins</h4> |
|
167 <b>startDocumentPlugins</b>(<i></i>) |
|
168 <p> |
|
169 Handler called, when the document parsing is started. |
|
170 </p><a NAME="PluginRepositoryHandler.startPlugin" ID="PluginRepositoryHandler.startPlugin"></a> |
|
171 <h4>PluginRepositoryHandler.startPlugin</h4> |
|
172 <b>startPlugin</b>(<i>attrs</i>) |
|
173 <p> |
|
174 Handler method for the "Plugin" start tag. |
|
175 </p><dl> |
|
176 <dt><i>attrs</i></dt> |
|
177 <dd> |
|
178 list of tag attributes |
|
179 </dd> |
|
180 </dl><a NAME="PluginRepositoryHandler.startPlugins" ID="PluginRepositoryHandler.startPlugins"></a> |
|
181 <h4>PluginRepositoryHandler.startPlugins</h4> |
|
182 <b>startPlugins</b>(<i>attrs</i>) |
|
183 <p> |
|
184 Handler method for the "Plugins" start tag. |
|
185 </p><dl> |
|
186 <dt><i>attrs</i></dt> |
|
187 <dd> |
|
188 list of tag attributes |
|
189 </dd> |
|
190 </dl> |
|
191 <div align="right"><a href="#top">Up</a></div> |
|
192 <hr /> |
|
193 </body></html> |