summaryrefslogtreecommitdiffstats
path: root/doc/html/tqxmlerrorhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqxmlerrorhandler.html')
-rw-r--r--doc/html/tqxmlerrorhandler.html8
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&nbsp;<a href="tqxmlparseexception.html">TQXmlParseException</a>&nbsp;&amp;&nbsp;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.