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/tqxmldeclhandler.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqxmldeclhandler.html') diff --git a/doc/html/tqxmldeclhandler.html b/doc/html/tqxmldeclhandler.html index 3b97c5184..02cf53351 100644 --- a/doc/html/tqxmldeclhandler.html +++ b/doc/html/tqxmldeclhandler.html @@ -76,7 +76,7 @@ is one of "#IMPLIED", "#REQUIRED", "#FIXED" or errorString() to get the error message. @@ -84,7 +84,7 @@ 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 TQXmlDeclHandler::externalEntityDecl ( const TQString & name, const TQString & publicId, const TQString & systemId ) [pure virtual]

@@ -95,7 +95,7 @@ entity is reported.

The reader passes the name of the entity in name, the public identifier in publicId and the system identifier in systemId. If there is no public identifier specified, it passes TQString::null in publicId. -

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. @@ -106,7 +106,7 @@ get the error message. declaration. Only the effective (first) declaration is reported.

The reader passes the name of the entity in name and the value of the entity in value. -

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