diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqxmlerrorhandler.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqxmlerrorhandler.html')
| -rw-r--r-- | doc/html/tqxmlerrorhandler.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqxmlerrorhandler.html b/doc/html/tqxmlerrorhandler.html index 934f8d2f3..3b39724f6 100644 --- a/doc/html/tqxmlerrorhandler.html +++ b/doc/html/tqxmlerrorhandler.html @@ -71,7 +71,7 @@ section 1.2 of the XML 1.0 specification. Details of the error are stored in <em>exception</em>. <p> The reader must continue to provide normal parsing events after invoking this function. -<p> If this function returns FALSE the reader stops parsing and +<p> If this function returns false the reader stops parsing and reports an error. The reader uses the function <a href="#errorString">errorString</a>() to get the error message. @@ -79,14 +79,14 @@ get the error message. </h3> <p> The reader calls this function to get an error string if any of -the handler functions returns FALSE. +the handler functions returns false. <h3 class=fn>bool <a name="fatalError"></a>TQXmlErrorHandler::fatalError ( const <a href="tqxmlparseexception.html">TQXmlParseException</a> & exception )<tt> [pure virtual]</tt> </h3> <p> A reader must use this function to report a non-recoverable error. Details of the error are stored in <em>exception</em>. -<p> If this function returns TRUE the reader might try to go on +<p> If this function returns true the reader might try to go on parsing and reporting further errors; but no regular parsing events are reported. @@ -96,7 +96,7 @@ events are reported. <p> A reader might use this function to report a warning. Warnings are conditions that are not errors or fatal errors as defined by the XML 1.0 specification. Details of the warning are stored in <em>exception</em>. -<p> If this function returns FALSE the reader stops parsing and +<p> If this function returns false the reader stops parsing and reports an error. The reader uses the function <a href="#errorString">errorString</a>() to get the error message. |
