From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqxmlerrorhandler.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqxmlerrorhandler.html') 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 exception.

The reader must continue to provide normal parsing events after invoking this function. -

If this function returns FALSE the reader stops parsing and +

If this function returns false the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message. @@ -79,14 +79,14 @@ get the error message.

The reader calls this function to get an error string if any of -the handler functions returns FALSE. +the handler functions returns false.

bool TQXmlErrorHandler::fatalError ( const TQXmlParseException & exception ) [pure virtual]

A reader must use this function to report a non-recoverable error. Details of the error are stored in exception. -

If this function returns TRUE the reader might try to go on +

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.

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 exception. -

If this function returns FALSE the reader stops parsing and +

If this function returns false the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message. -- cgit v1.2.3