summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmlerrorhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qxmlerrorhandler.html')
-rw-r--r--doc/html/qxmlerrorhandler.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qxmlerrorhandler.html b/doc/html/qxmlerrorhandler.html
index 1dbeb9739..e88a5ff9b 100644
--- a/doc/html/qxmlerrorhandler.html
+++ b/doc/html/qxmlerrorhandler.html
@@ -72,7 +72,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.
@@ -80,14 +80,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="qxmlparseexception.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.
@@ -97,7 +97,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.