--- a/Documentation/Source/eric5.E5XML.XMLErrorHandler.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.E5XML.XMLErrorHandler.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.E5XML.XMLErrorHandler</h1> <p> -Module implementing an error handler class. +Module implementing an error handler class. </p> <h3>Global Attributes</h3> <table> @@ -32,13 +32,13 @@ <table> <tr> <td><a href="#XMLErrorHandler">XMLErrorHandler</a></td> -<td>Class implementing an error handler class.</td> +<td>Class implementing an error handler class.</td> </tr><tr> <td><a href="#XMLFatalParseError">XMLFatalParseError</a></td> -<td>Class implementing an exception for recoverable parse errors.</td> +<td>Class implementing an exception for recoverable parse errors.</td> </tr><tr> <td><a href="#XMLParseError">XMLParseError</a></td> -<td>Class implementing an exception for recoverable parse errors.</td> +<td>Class implementing an exception for recoverable parse errors.</td> </tr> </table> <h3>Functions</h3> @@ -49,7 +49,7 @@ <a NAME="XMLErrorHandler" ID="XMLErrorHandler"></a> <h2>XMLErrorHandler</h2> <p> - Class implementing an error handler class. + Class implementing an error handler class. </p> <h3>Derived from</h3> ErrorHandler @@ -61,79 +61,79 @@ <table> <tr> <td><a href="#XMLErrorHandler.__init__">XMLErrorHandler</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#XMLErrorHandler.error">error</a></td> -<td>Public method to handle a recoverable error.</td> +<td>Public method to handle a recoverable error.</td> </tr><tr> <td><a href="#XMLErrorHandler.fatalError">fatalError</a></td> -<td>Public method to handle a non-recoverable error.</td> +<td>Public method to handle a non-recoverable error.</td> </tr><tr> <td><a href="#XMLErrorHandler.getParseMessages">getParseMessages</a></td> -<td>Public method to retrieve all messages.</td> +<td>Public method to retrieve all messages.</td> </tr><tr> <td><a href="#XMLErrorHandler.showParseMessages">showParseMessages</a></td> -<td>Public method to show the parse messages (if any) in a dialog.</td> +<td>Public method to show the parse messages (if any) in a dialog.</td> </tr><tr> <td><a href="#XMLErrorHandler.warning">warning</a></td> -<td>Public method to handle a warning.</td> +<td>Public method to handle a warning.</td> </tr> </table> <a NAME="XMLErrorHandler.__init__" ID="XMLErrorHandler.__init__"></a> <h4>XMLErrorHandler (Constructor)</h4> <b>XMLErrorHandler</b>(<i></i>) <p> - Constructor + Constructor </p><a NAME="XMLErrorHandler.error" ID="XMLErrorHandler.error"></a> <h4>XMLErrorHandler.error</h4> <b>error</b>(<i>exception</i>) <p> - Public method to handle a recoverable error. + Public method to handle a recoverable error. </p><dl> <dt><i>exception</i></dt> <dd> -Exception object describing the error (SAXParseException) +Exception object describing the error (SAXParseException) </dd> </dl><a NAME="XMLErrorHandler.fatalError" ID="XMLErrorHandler.fatalError"></a> <h4>XMLErrorHandler.fatalError</h4> <b>fatalError</b>(<i>exception</i>) <p> - Public method to handle a non-recoverable error. + Public method to handle a non-recoverable error. </p><dl> <dt><i>exception</i></dt> <dd> -Exception object describing the error (SAXParseException) +Exception object describing the error (SAXParseException) </dd> </dl><dl> <dt>Raises <b>XMLFatalParseError</b>:</dt> <dd> -a fatal parse error has occured +a fatal parse error has occured </dd> </dl><a NAME="XMLErrorHandler.getParseMessages" ID="XMLErrorHandler.getParseMessages"></a> <h4>XMLErrorHandler.getParseMessages</h4> <b>getParseMessages</b>(<i></i>) <p> - Public method to retrieve all messages. + Public method to retrieve all messages. </p><dl> <dt>Returns:</dt> <dd> -list of tuples of (message type, system id, line no, column no, - message) +list of tuples of (message type, system id, line no, column no, + message) </dd> </dl><a NAME="XMLErrorHandler.showParseMessages" ID="XMLErrorHandler.showParseMessages"></a> <h4>XMLErrorHandler.showParseMessages</h4> <b>showParseMessages</b>(<i></i>) <p> - Public method to show the parse messages (if any) in a dialog. + Public method to show the parse messages (if any) in a dialog. </p><a NAME="XMLErrorHandler.warning" ID="XMLErrorHandler.warning"></a> <h4>XMLErrorHandler.warning</h4> <b>warning</b>(<i>exception</i>) <p> - Public method to handle a warning. + Public method to handle a warning. </p><dl> <dt><i>exception</i></dt> <dd> -Exception object describing the error (SAXParseException) +Exception object describing the error (SAXParseException) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -141,7 +141,7 @@ <a NAME="XMLFatalParseError" ID="XMLFatalParseError"></a> <h2>XMLFatalParseError</h2> <p> - Class implementing an exception for recoverable parse errors. + Class implementing an exception for recoverable parse errors. </p> <h3>Derived from</h3> XMLParseError @@ -159,7 +159,7 @@ <a NAME="XMLParseError" ID="XMLParseError"></a> <h2>XMLParseError</h2> <p> - Class implementing an exception for recoverable parse errors. + Class implementing an exception for recoverable parse errors. </p> <h3>Derived from</h3> Exception