--- a/Documentation/Source/eric5.E5XML.HighlightingStylesHandler.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.E5XML.HighlightingStylesHandler.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.E5XML.HighlightingStylesHandler</h1> <p> -Module implementing the handler class for handling a highlighting styles XML file. +Module implementing the handler class for handling a highlighting styles XML file. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#HighlightingStylesHandler">HighlightingStylesHandler</a></td> -<td>Class implementing a sax handler to read a highlighting styles file.</td> +<td>Class implementing a sax handler to read a highlighting styles file.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="HighlightingStylesHandler" ID="HighlightingStylesHandler"></a> <h2>HighlightingStylesHandler</h2> <p> - Class implementing a sax handler to read a highlighting styles file. + Class implementing a sax handler to read a highlighting styles file. </p> <h3>Derived from</h3> XMLHandlerBase @@ -55,78 +55,78 @@ <table> <tr> <td><a href="#HighlightingStylesHandler.__init__">HighlightingStylesHandler</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#HighlightingStylesHandler.getVersion">getVersion</a></td> -<td>Public method to retrieve the version of the shortcuts.</td> +<td>Public method to retrieve the version of the shortcuts.</td> </tr><tr> <td><a href="#HighlightingStylesHandler.startDocumentHighlightingStyles">startDocumentHighlightingStyles</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="#HighlightingStylesHandler.startHighlightingStyles">startHighlightingStyles</a></td> -<td>Handler method for the "HighlightingStyles" start tag.</td> +<td>Handler method for the "HighlightingStyles" start tag.</td> </tr><tr> <td><a href="#HighlightingStylesHandler.startLexer">startLexer</a></td> -<td>Handler method for the "Lexer" start tag.</td> +<td>Handler method for the "Lexer" start tag.</td> </tr><tr> <td><a href="#HighlightingStylesHandler.startStyle">startStyle</a></td> -<td>Handler method for the "Style" start tag.</td> +<td>Handler method for the "Style" start tag.</td> </tr> </table> <a NAME="HighlightingStylesHandler.__init__" ID="HighlightingStylesHandler.__init__"></a> <h4>HighlightingStylesHandler (Constructor)</h4> <b>HighlightingStylesHandler</b>(<i>lexers</i>) <p> - Constructor + Constructor </p><dl> <dt><i>lexers</i></dt> <dd> -dictionary of lexer objects for which to import the styles +dictionary of lexer objects for which to import the styles </dd> </dl><a NAME="HighlightingStylesHandler.getVersion" ID="HighlightingStylesHandler.getVersion"></a> <h4>HighlightingStylesHandler.getVersion</h4> <b>getVersion</b>(<i></i>) <p> - Public method to retrieve the version of the shortcuts. + Public method to retrieve the version of the shortcuts. </p><dl> <dt>Returns:</dt> <dd> -String containing the version number. +String containing the version number. </dd> </dl><a NAME="HighlightingStylesHandler.startDocumentHighlightingStyles" ID="HighlightingStylesHandler.startDocumentHighlightingStyles"></a> <h4>HighlightingStylesHandler.startDocumentHighlightingStyles</h4> <b>startDocumentHighlightingStyles</b>(<i></i>) <p> - Handler called, when the document parsing is started. + Handler called, when the document parsing is started. </p><a NAME="HighlightingStylesHandler.startHighlightingStyles" ID="HighlightingStylesHandler.startHighlightingStyles"></a> <h4>HighlightingStylesHandler.startHighlightingStyles</h4> <b>startHighlightingStyles</b>(<i>attrs</i>) <p> - Handler method for the "HighlightingStyles" start tag. + Handler method for the "HighlightingStyles" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> -list of tag attributes +list of tag attributes </dd> </dl><a NAME="HighlightingStylesHandler.startLexer" ID="HighlightingStylesHandler.startLexer"></a> <h4>HighlightingStylesHandler.startLexer</h4> <b>startLexer</b>(<i>attrs</i>) <p> - Handler method for the "Lexer" start tag. + Handler method for the "Lexer" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> -list of tag attributes +list of tag attributes </dd> </dl><a NAME="HighlightingStylesHandler.startStyle" ID="HighlightingStylesHandler.startStyle"></a> <h4>HighlightingStylesHandler.startStyle</h4> <b>startStyle</b>(<i>attrs</i>) <p> - Handler method for the "Style" start tag. + Handler method for the "Style" 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>