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/tqxmldtdhandler.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqxmldtdhandler.html') diff --git a/doc/html/tqxmldtdhandler.html b/doc/html/tqxmldtdhandler.html index aedd1a829..5fe2064b2 100644 --- a/doc/html/tqxmldtdhandler.html +++ b/doc/html/tqxmldtdhandler.html @@ -67,7 +67,7 @@ and unparsed entity declarations using notationDecl(

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

bool TQXmlDTDHandler::notationDecl ( const TQString & name, const TQString & publicId, const TQString & systemId ) [pure virtual]

@@ -77,7 +77,7 @@ declaration.

The argument name is the notation name, publicId is the notation's public identifier and systemId is the notation's system identifier. -

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. @@ -90,7 +90,7 @@ declaration. the entity's public identifier, systemId is the entity's system identifier and notationName is the name of the associated notation. -

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