|
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.E4XML.PluginRepositoryHandler</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.E4XML.PluginRepositoryHandler</h1> |
|
12 <p> |
|
13 Module implementing the handler class for reading an XML tasks file. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#PluginRepositoryHandler">PluginRepositoryHandler</a></td> |
|
23 <td>Class implementing a sax handler to read an XML tasks file.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="PluginRepositoryHandler" ID="PluginRepositoryHandler"></a> |
|
32 <h2>PluginRepositoryHandler</h2> |
|
33 <p> |
|
34 Class implementing a sax handler to read an XML tasks file. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 XMLHandlerBase |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#PluginRepositoryHandler.__init__">PluginRepositoryHandler</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#PluginRepositoryHandler.endAuthor">endAuthor</a></td> |
|
49 <td>Handler method for the "Author" end tag.</td> |
|
50 </tr><tr> |
|
51 <td><a href="#PluginRepositoryHandler.endDescription">endDescription</a></td> |
|
52 <td>Handler method for the "Description" end tag.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#PluginRepositoryHandler.endFilename">endFilename</a></td> |
|
55 <td>Handler method for the "Filename" end tag.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#PluginRepositoryHandler.endName">endName</a></td> |
|
58 <td>Handler method for the "Name" end tag.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#PluginRepositoryHandler.endPlugin">endPlugin</a></td> |
|
61 <td>Handler method for the "Plugin" end tag.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#PluginRepositoryHandler.endRepositoryUrl">endRepositoryUrl</a></td> |
|
64 <td>Handler method for the "RepositoryUrl" end tag.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#PluginRepositoryHandler.endShort">endShort</a></td> |
|
67 <td>Handler method for the "Short" end tag.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#PluginRepositoryHandler.endUrl">endUrl</a></td> |
|
70 <td>Handler method for the "Url" end tag.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#PluginRepositoryHandler.endVersion">endVersion</a></td> |
|
73 <td>Handler method for the "Version" end tag.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#PluginRepositoryHandler.getVersion">getVersion</a></td> |
|
76 <td>Public method to retrieve the version of the tasks file.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#PluginRepositoryHandler.startDocumentPlugins">startDocumentPlugins</a></td> |
|
79 <td>Handler called, when the document parsing is started.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#PluginRepositoryHandler.startPlugin">startPlugin</a></td> |
|
82 <td>Handler method for the "Plugin" start tag.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#PluginRepositoryHandler.startPlugins">startPlugins</a></td> |
|
85 <td>Handler method for the "Plugins" start tag.</td> |
|
86 </tr> |
|
87 </table> |
|
88 <a NAME="PluginRepositoryHandler.__init__" ID="PluginRepositoryHandler.__init__"></a> |
|
89 <h4>PluginRepositoryHandler (Constructor)</h4> |
|
90 <b>PluginRepositoryHandler</b>(<i>parent</i>) |
|
91 <p> |
|
92 Constructor |
|
93 </p><dl> |
|
94 <dt><i>parent</i></dt> |
|
95 <dd> |
|
96 reference to the parent dialog (PluginRepositoryDialog) |
|
97 </dd> |
|
98 </dl><a NAME="PluginRepositoryHandler.endAuthor" ID="PluginRepositoryHandler.endAuthor"></a> |
|
99 <h4>PluginRepositoryHandler.endAuthor</h4> |
|
100 <b>endAuthor</b>(<i></i>) |
|
101 <p> |
|
102 Handler method for the "Author" end tag. |
|
103 </p><a NAME="PluginRepositoryHandler.endDescription" ID="PluginRepositoryHandler.endDescription"></a> |
|
104 <h4>PluginRepositoryHandler.endDescription</h4> |
|
105 <b>endDescription</b>(<i></i>) |
|
106 <p> |
|
107 Handler method for the "Description" end tag. |
|
108 </p><a NAME="PluginRepositoryHandler.endFilename" ID="PluginRepositoryHandler.endFilename"></a> |
|
109 <h4>PluginRepositoryHandler.endFilename</h4> |
|
110 <b>endFilename</b>(<i></i>) |
|
111 <p> |
|
112 Handler method for the "Filename" end tag. |
|
113 </p><a NAME="PluginRepositoryHandler.endName" ID="PluginRepositoryHandler.endName"></a> |
|
114 <h4>PluginRepositoryHandler.endName</h4> |
|
115 <b>endName</b>(<i></i>) |
|
116 <p> |
|
117 Handler method for the "Name" end tag. |
|
118 </p><a NAME="PluginRepositoryHandler.endPlugin" ID="PluginRepositoryHandler.endPlugin"></a> |
|
119 <h4>PluginRepositoryHandler.endPlugin</h4> |
|
120 <b>endPlugin</b>(<i></i>) |
|
121 <p> |
|
122 Handler method for the "Plugin" end tag. |
|
123 </p><a NAME="PluginRepositoryHandler.endRepositoryUrl" ID="PluginRepositoryHandler.endRepositoryUrl"></a> |
|
124 <h4>PluginRepositoryHandler.endRepositoryUrl</h4> |
|
125 <b>endRepositoryUrl</b>(<i></i>) |
|
126 <p> |
|
127 Handler method for the "RepositoryUrl" end tag. |
|
128 </p><a NAME="PluginRepositoryHandler.endShort" ID="PluginRepositoryHandler.endShort"></a> |
|
129 <h4>PluginRepositoryHandler.endShort</h4> |
|
130 <b>endShort</b>(<i></i>) |
|
131 <p> |
|
132 Handler method for the "Short" end tag. |
|
133 </p><a NAME="PluginRepositoryHandler.endUrl" ID="PluginRepositoryHandler.endUrl"></a> |
|
134 <h4>PluginRepositoryHandler.endUrl</h4> |
|
135 <b>endUrl</b>(<i></i>) |
|
136 <p> |
|
137 Handler method for the "Url" end tag. |
|
138 </p><a NAME="PluginRepositoryHandler.endVersion" ID="PluginRepositoryHandler.endVersion"></a> |
|
139 <h4>PluginRepositoryHandler.endVersion</h4> |
|
140 <b>endVersion</b>(<i></i>) |
|
141 <p> |
|
142 Handler method for the "Version" end tag. |
|
143 </p><a NAME="PluginRepositoryHandler.getVersion" ID="PluginRepositoryHandler.getVersion"></a> |
|
144 <h4>PluginRepositoryHandler.getVersion</h4> |
|
145 <b>getVersion</b>(<i></i>) |
|
146 <p> |
|
147 Public method to retrieve the version of the tasks file. |
|
148 </p><dl> |
|
149 <dt>Returns:</dt> |
|
150 <dd> |
|
151 String containing the version number. |
|
152 </dd> |
|
153 </dl><a NAME="PluginRepositoryHandler.startDocumentPlugins" ID="PluginRepositoryHandler.startDocumentPlugins"></a> |
|
154 <h4>PluginRepositoryHandler.startDocumentPlugins</h4> |
|
155 <b>startDocumentPlugins</b>(<i></i>) |
|
156 <p> |
|
157 Handler called, when the document parsing is started. |
|
158 </p><a NAME="PluginRepositoryHandler.startPlugin" ID="PluginRepositoryHandler.startPlugin"></a> |
|
159 <h4>PluginRepositoryHandler.startPlugin</h4> |
|
160 <b>startPlugin</b>(<i>attrs</i>) |
|
161 <p> |
|
162 Handler method for the "Plugin" start tag. |
|
163 </p><dl> |
|
164 <dt><i>attrs</i></dt> |
|
165 <dd> |
|
166 list of tag attributes |
|
167 </dd> |
|
168 </dl><a NAME="PluginRepositoryHandler.startPlugins" ID="PluginRepositoryHandler.startPlugins"></a> |
|
169 <h4>PluginRepositoryHandler.startPlugins</h4> |
|
170 <b>startPlugins</b>(<i>attrs</i>) |
|
171 <p> |
|
172 Handler method for the "Plugins" start tag. |
|
173 </p><dl> |
|
174 <dt><i>attrs</i></dt> |
|
175 <dd> |
|
176 list of tag attributes |
|
177 </dd> |
|
178 </dl> |
|
179 <div align="right"><a href="#top">Up</a></div> |
|
180 <hr /> |
|
181 </body></html> |