--- a/Documentation/Source/eric5.E5XML.PluginRepositoryHandler.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.E5XML.PluginRepositoryHandler.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.E5XML.PluginRepositoryHandler</h1> <p> -Module implementing the handler class for reading an XML tasks file. +Module implementing the handler class for reading an XML tasks file. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#PluginRepositoryHandler">PluginRepositoryHandler</a></td> -<td>Class implementing a sax handler to read an XML tasks file.</td> +<td>Class implementing a sax handler to read an XML tasks file.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="PluginRepositoryHandler" ID="PluginRepositoryHandler"></a> <h2>PluginRepositoryHandler</h2> <p> - Class implementing a sax handler to read an XML tasks file. + Class implementing a sax handler to read an XML tasks file. </p> <h3>Derived from</h3> XMLHandlerBase @@ -55,137 +55,137 @@ <table> <tr> <td><a href="#PluginRepositoryHandler.__init__">PluginRepositoryHandler</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endAuthor">endAuthor</a></td> -<td>Handler method for the "Author" end tag.</td> +<td>Handler method for the "Author" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endDescription">endDescription</a></td> -<td>Handler method for the "Description" end tag.</td> +<td>Handler method for the "Description" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endFilename">endFilename</a></td> -<td>Handler method for the "Filename" end tag.</td> +<td>Handler method for the "Filename" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endName">endName</a></td> -<td>Handler method for the "Name" end tag.</td> +<td>Handler method for the "Name" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endPlugin">endPlugin</a></td> -<td>Handler method for the "Plugin" end tag.</td> +<td>Handler method for the "Plugin" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endRepositoryUrl">endRepositoryUrl</a></td> -<td>Handler method for the "RepositoryUrl" end tag.</td> +<td>Handler method for the "RepositoryUrl" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endShort">endShort</a></td> -<td>Handler method for the "Short" end tag.</td> +<td>Handler method for the "Short" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endUrl">endUrl</a></td> -<td>Handler method for the "Url" end tag.</td> +<td>Handler method for the "Url" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.endVersion">endVersion</a></td> -<td>Handler method for the "Version" end tag.</td> +<td>Handler method for the "Version" end tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.getVersion">getVersion</a></td> -<td>Public method to retrieve the version of the tasks file.</td> +<td>Public method to retrieve the version of the tasks file.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.startDocumentPlugins">startDocumentPlugins</a></td> -<td>Handler called, when the document parsing is started.</td> +<td>Handler called, when the document parsing is started.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.startPlugin">startPlugin</a></td> -<td>Handler method for the "Plugin" start tag.</td> +<td>Handler method for the "Plugin" start tag.</td> </tr><tr> <td><a href="#PluginRepositoryHandler.startPlugins">startPlugins</a></td> -<td>Handler method for the "Plugins" start tag.</td> +<td>Handler method for the "Plugins" start tag.</td> </tr> </table> <a NAME="PluginRepositoryHandler.__init__" ID="PluginRepositoryHandler.__init__"></a> <h4>PluginRepositoryHandler (Constructor)</h4> <b>PluginRepositoryHandler</b>(<i>parent</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent dialog (PluginRepositoryDialog) +reference to the parent dialog (PluginRepositoryDialog) </dd> </dl><a NAME="PluginRepositoryHandler.endAuthor" ID="PluginRepositoryHandler.endAuthor"></a> <h4>PluginRepositoryHandler.endAuthor</h4> <b>endAuthor</b>(<i></i>) <p> - Handler method for the "Author" end tag. + Handler method for the "Author" end tag. </p><a NAME="PluginRepositoryHandler.endDescription" ID="PluginRepositoryHandler.endDescription"></a> <h4>PluginRepositoryHandler.endDescription</h4> <b>endDescription</b>(<i></i>) <p> - Handler method for the "Description" end tag. + Handler method for the "Description" end tag. </p><a NAME="PluginRepositoryHandler.endFilename" ID="PluginRepositoryHandler.endFilename"></a> <h4>PluginRepositoryHandler.endFilename</h4> <b>endFilename</b>(<i></i>) <p> - Handler method for the "Filename" end tag. + Handler method for the "Filename" end tag. </p><a NAME="PluginRepositoryHandler.endName" ID="PluginRepositoryHandler.endName"></a> <h4>PluginRepositoryHandler.endName</h4> <b>endName</b>(<i></i>) <p> - Handler method for the "Name" end tag. + Handler method for the "Name" end tag. </p><a NAME="PluginRepositoryHandler.endPlugin" ID="PluginRepositoryHandler.endPlugin"></a> <h4>PluginRepositoryHandler.endPlugin</h4> <b>endPlugin</b>(<i></i>) <p> - Handler method for the "Plugin" end tag. + Handler method for the "Plugin" end tag. </p><a NAME="PluginRepositoryHandler.endRepositoryUrl" ID="PluginRepositoryHandler.endRepositoryUrl"></a> <h4>PluginRepositoryHandler.endRepositoryUrl</h4> <b>endRepositoryUrl</b>(<i></i>) <p> - Handler method for the "RepositoryUrl" end tag. + Handler method for the "RepositoryUrl" end tag. </p><a NAME="PluginRepositoryHandler.endShort" ID="PluginRepositoryHandler.endShort"></a> <h4>PluginRepositoryHandler.endShort</h4> <b>endShort</b>(<i></i>) <p> - Handler method for the "Short" end tag. + Handler method for the "Short" end tag. </p><a NAME="PluginRepositoryHandler.endUrl" ID="PluginRepositoryHandler.endUrl"></a> <h4>PluginRepositoryHandler.endUrl</h4> <b>endUrl</b>(<i></i>) <p> - Handler method for the "Url" end tag. + Handler method for the "Url" end tag. </p><a NAME="PluginRepositoryHandler.endVersion" ID="PluginRepositoryHandler.endVersion"></a> <h4>PluginRepositoryHandler.endVersion</h4> <b>endVersion</b>(<i></i>) <p> - Handler method for the "Version" end tag. + Handler method for the "Version" end tag. </p><a NAME="PluginRepositoryHandler.getVersion" ID="PluginRepositoryHandler.getVersion"></a> <h4>PluginRepositoryHandler.getVersion</h4> <b>getVersion</b>(<i></i>) <p> - Public method to retrieve the version of the tasks file. + Public method to retrieve the version of the tasks file. </p><dl> <dt>Returns:</dt> <dd> -String containing the version number. +String containing the version number. </dd> </dl><a NAME="PluginRepositoryHandler.startDocumentPlugins" ID="PluginRepositoryHandler.startDocumentPlugins"></a> <h4>PluginRepositoryHandler.startDocumentPlugins</h4> <b>startDocumentPlugins</b>(<i></i>) <p> - Handler called, when the document parsing is started. + Handler called, when the document parsing is started. </p><a NAME="PluginRepositoryHandler.startPlugin" ID="PluginRepositoryHandler.startPlugin"></a> <h4>PluginRepositoryHandler.startPlugin</h4> <b>startPlugin</b>(<i>attrs</i>) <p> - Handler method for the "Plugin" start tag. + Handler method for the "Plugin" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> -list of tag attributes +list of tag attributes </dd> </dl><a NAME="PluginRepositoryHandler.startPlugins" ID="PluginRepositoryHandler.startPlugins"></a> <h4>PluginRepositoryHandler.startPlugins</h4> <b>startPlugins</b>(<i>attrs</i>) <p> - Handler method for the "Plugins" start tag. + Handler method for the "Plugins" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> -list of tag attributes +list of tag attributes </dd> </dl> <div align="right"><a href="#top">Up</a></div>