--- a/Documentation/Source/eric5.E5XML.TemplatesHandler.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.E5XML.TemplatesHandler.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.E5XML.TemplatesHandler</h1> <p> -Module implementing the handler class for reading an XML templates file. +Module implementing the handler class for reading an XML templates file. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#TemplatesHandler">TemplatesHandler</a></td> -<td>Class implementing a sax handler to read an XML templates file.</td> +<td>Class implementing a sax handler to read an XML templates file.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="TemplatesHandler" ID="TemplatesHandler"></a> <h2>TemplatesHandler</h2> <p> - Class implementing a sax handler to read an XML templates file. + Class implementing a sax handler to read an XML templates file. </p> <h3>Derived from</h3> XMLHandlerBase @@ -55,102 +55,102 @@ <table> <tr> <td><a href="#TemplatesHandler.__init__">TemplatesHandler</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#TemplatesHandler.endTemplate">endTemplate</a></td> -<td>Handler method for the "Template" end tag.</td> +<td>Handler method for the "Template" end tag.</td> </tr><tr> <td><a href="#TemplatesHandler.endTemplateDescription">endTemplateDescription</a></td> -<td>Handler method for the "TemplateDescription" end tag.</td> +<td>Handler method for the "TemplateDescription" end tag.</td> </tr><tr> <td><a href="#TemplatesHandler.endTemplateText">endTemplateText</a></td> -<td>Handler method for the "TemplateText" end tag.</td> +<td>Handler method for the "TemplateText" end tag.</td> </tr><tr> <td><a href="#TemplatesHandler.getVersion">getVersion</a></td> -<td>Public method to retrieve the version of the templates.</td> +<td>Public method to retrieve the version of the templates.</td> </tr><tr> <td><a href="#TemplatesHandler.startDocumentTemplates">startDocumentTemplates</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="#TemplatesHandler.startTemplate">startTemplate</a></td> -<td>Handler method for the "Template" start tag.</td> +<td>Handler method for the "Template" start tag.</td> </tr><tr> <td><a href="#TemplatesHandler.startTemplateGroup">startTemplateGroup</a></td> -<td>Handler method for the "TemplateGroup" start tag.</td> +<td>Handler method for the "TemplateGroup" start tag.</td> </tr><tr> <td><a href="#TemplatesHandler.startTemplates">startTemplates</a></td> -<td>Handler method for the "Templates" start tag.</td> +<td>Handler method for the "Templates" start tag.</td> </tr> </table> <a NAME="TemplatesHandler.__init__" ID="TemplatesHandler.__init__"></a> <h4>TemplatesHandler (Constructor)</h4> <b>TemplatesHandler</b>(<i>templateViewer=None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>templateViewer</i></dt> <dd> -reference to the template viewer object +reference to the template viewer object </dd> </dl><a NAME="TemplatesHandler.endTemplate" ID="TemplatesHandler.endTemplate"></a> <h4>TemplatesHandler.endTemplate</h4> <b>endTemplate</b>(<i></i>) <p> - Handler method for the "Template" end tag. + Handler method for the "Template" end tag. </p><a NAME="TemplatesHandler.endTemplateDescription" ID="TemplatesHandler.endTemplateDescription"></a> <h4>TemplatesHandler.endTemplateDescription</h4> <b>endTemplateDescription</b>(<i></i>) <p> - Handler method for the "TemplateDescription" end tag. + Handler method for the "TemplateDescription" end tag. </p><a NAME="TemplatesHandler.endTemplateText" ID="TemplatesHandler.endTemplateText"></a> <h4>TemplatesHandler.endTemplateText</h4> <b>endTemplateText</b>(<i></i>) <p> - Handler method for the "TemplateText" end tag. + Handler method for the "TemplateText" end tag. </p><a NAME="TemplatesHandler.getVersion" ID="TemplatesHandler.getVersion"></a> <h4>TemplatesHandler.getVersion</h4> <b>getVersion</b>(<i></i>) <p> - Public method to retrieve the version of the templates. + Public method to retrieve the version of the templates. </p><dl> <dt>Returns:</dt> <dd> -String containing the version number. +String containing the version number. </dd> </dl><a NAME="TemplatesHandler.startDocumentTemplates" ID="TemplatesHandler.startDocumentTemplates"></a> <h4>TemplatesHandler.startDocumentTemplates</h4> <b>startDocumentTemplates</b>(<i></i>) <p> - Handler called, when the document parsing is started. + Handler called, when the document parsing is started. </p><a NAME="TemplatesHandler.startTemplate" ID="TemplatesHandler.startTemplate"></a> <h4>TemplatesHandler.startTemplate</h4> <b>startTemplate</b>(<i>attrs</i>) <p> - Handler method for the "Template" start tag. + Handler method for the "Template" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> -list of tag attributes +list of tag attributes </dd> </dl><a NAME="TemplatesHandler.startTemplateGroup" ID="TemplatesHandler.startTemplateGroup"></a> <h4>TemplatesHandler.startTemplateGroup</h4> <b>startTemplateGroup</b>(<i>attrs</i>) <p> - Handler method for the "TemplateGroup" start tag. + Handler method for the "TemplateGroup" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> -list of tag attributes +list of tag attributes </dd> </dl><a NAME="TemplatesHandler.startTemplates" ID="TemplatesHandler.startTemplates"></a> <h4>TemplatesHandler.startTemplates</h4> <b>startTemplates</b>(<i>attrs</i>) <p> - Handler method for the "Templates" start tag. + Handler method for the "Templates" 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>