91 <td>Handler method for the "int" end tag.</td> |
91 <td>Handler method for the "int" end tag.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#XMLHandlerBase.endList">endList</a></td> |
93 <td><a href="#XMLHandlerBase.endList">endList</a></td> |
94 <td>Handler method for the "list" end tag.</td> |
94 <td>Handler method for the "list" end tag.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#XMLHandlerBase.endLong">endLong</a></td> |
|
97 <td>Handler method for the "long" end tag.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#XMLHandlerBase.endNone">endNone</a></td> |
96 <td><a href="#XMLHandlerBase.endNone">endNone</a></td> |
100 <td>Handler method for the "none" end tag.</td> |
97 <td>Handler method for the "none" end tag.</td> |
101 </tr><tr> |
98 </tr><tr> |
102 <td><a href="#XMLHandlerBase.endPickle">endPickle</a></td> |
99 <td><a href="#XMLHandlerBase.endPickle">endPickle</a></td> |
103 <td>Handler method for the "pickle" end tag.</td> |
100 <td>Handler method for the "pickle" end tag.</td> |
105 <td><a href="#XMLHandlerBase.endString">endString</a></td> |
102 <td><a href="#XMLHandlerBase.endString">endString</a></td> |
106 <td>Handler method for the "string" end tag.</td> |
103 <td>Handler method for the "string" end tag.</td> |
107 </tr><tr> |
104 </tr><tr> |
108 <td><a href="#XMLHandlerBase.endTuple">endTuple</a></td> |
105 <td><a href="#XMLHandlerBase.endTuple">endTuple</a></td> |
109 <td>Handler method for the "tuple" end tag.</td> |
106 <td>Handler method for the "tuple" end tag.</td> |
110 </tr><tr> |
|
111 <td><a href="#XMLHandlerBase.endUnicode">endUnicode</a></td> |
|
112 <td>Handler method for the "unicode" end tag.</td> |
|
113 </tr><tr> |
107 </tr><tr> |
114 <td><a href="#XMLHandlerBase.startDictionary">startDictionary</a></td> |
108 <td><a href="#XMLHandlerBase.startDictionary">startDictionary</a></td> |
115 <td>Handler method for the "dictionary" start tag.</td> |
109 <td>Handler method for the "dictionary" start tag.</td> |
116 </tr><tr> |
110 </tr><tr> |
117 <td><a href="#XMLHandlerBase.startDocument">startDocument</a></td> |
111 <td><a href="#XMLHandlerBase.startDocument">startDocument</a></td> |
219 </p><a NAME="XMLHandlerBase.endList" ID="XMLHandlerBase.endList"></a> |
213 </p><a NAME="XMLHandlerBase.endList" ID="XMLHandlerBase.endList"></a> |
220 <h4>XMLHandlerBase.endList</h4> |
214 <h4>XMLHandlerBase.endList</h4> |
221 <b>endList</b>(<i></i>) |
215 <b>endList</b>(<i></i>) |
222 <p> |
216 <p> |
223 Handler method for the "list" end tag. |
217 Handler method for the "list" end tag. |
224 </p><a NAME="XMLHandlerBase.endLong" ID="XMLHandlerBase.endLong"></a> |
|
225 <h4>XMLHandlerBase.endLong</h4> |
|
226 <b>endLong</b>(<i></i>) |
|
227 <p> |
|
228 Handler method for the "long" end tag. |
|
229 </p><a NAME="XMLHandlerBase.endNone" ID="XMLHandlerBase.endNone"></a> |
218 </p><a NAME="XMLHandlerBase.endNone" ID="XMLHandlerBase.endNone"></a> |
230 <h4>XMLHandlerBase.endNone</h4> |
219 <h4>XMLHandlerBase.endNone</h4> |
231 <b>endNone</b>(<i></i>) |
220 <b>endNone</b>(<i></i>) |
232 <p> |
221 <p> |
233 Handler method for the "none" end tag. |
222 Handler method for the "none" end tag. |
244 </p><a NAME="XMLHandlerBase.endTuple" ID="XMLHandlerBase.endTuple"></a> |
233 </p><a NAME="XMLHandlerBase.endTuple" ID="XMLHandlerBase.endTuple"></a> |
245 <h4>XMLHandlerBase.endTuple</h4> |
234 <h4>XMLHandlerBase.endTuple</h4> |
246 <b>endTuple</b>(<i></i>) |
235 <b>endTuple</b>(<i></i>) |
247 <p> |
236 <p> |
248 Handler method for the "tuple" end tag. |
237 Handler method for the "tuple" end tag. |
249 </p><a NAME="XMLHandlerBase.endUnicode" ID="XMLHandlerBase.endUnicode"></a> |
|
250 <h4>XMLHandlerBase.endUnicode</h4> |
|
251 <b>endUnicode</b>(<i></i>) |
|
252 <p> |
|
253 Handler method for the "unicode" end tag. |
|
254 </p><a NAME="XMLHandlerBase.startDictionary" ID="XMLHandlerBase.startDictionary"></a> |
238 </p><a NAME="XMLHandlerBase.startDictionary" ID="XMLHandlerBase.startDictionary"></a> |
255 <h4>XMLHandlerBase.startDictionary</h4> |
239 <h4>XMLHandlerBase.startDictionary</h4> |
256 <b>startDictionary</b>(<i>attrs</i>) |
240 <b>startDictionary</b>(<i>attrs</i>) |
257 <p> |
241 <p> |
258 Handler method for the "dictionary" start tag. |
242 Handler method for the "dictionary" start tag. |