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/tqxmllexicalhandler.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/tqxmllexicalhandler.html') diff --git a/doc/html/tqxmllexicalhandler.html b/doc/html/tqxmllexicalhandler.html index 89f3ddb6b..1d4a405de 100644 --- a/doc/html/tqxmllexicalhandler.html +++ b/doc/html/tqxmllexicalhandler.html @@ -76,7 +76,7 @@ LexicalHandler.

The reader calls this function to report an XML comment anywhere in the document. It reports the text of the comment in ch. -

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. @@ -85,7 +85,7 @@ get the error message.

The reader calls this function to report the end of a CDATA section. -

If this function returns FALSE the reader stops parsing and reports +

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

See also startCDATA() and TQXmlContentHandler::characters(). @@ -95,7 +95,7 @@ message.

The reader calls this function to report the end of a DTD declaration, if any. -

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.

See also startDTD(). @@ -108,7 +108,7 @@ called name.

For every startEntity() call, there is a corresponding endEntity() call. The calls to startEntity() and endEntity() are properly nested. -

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.

See also startEntity(), TQXmlContentHandler::skippedEntity(), and TQXmlSimpleReader::setFeature(). @@ -117,7 +117,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 TQXmlLexicalHandler::startCDATA () [pure virtual]

@@ -126,7 +126,7 @@ the handler functions returns FALSE. section. The content of the CDATA section is reported through the TQXmlContentHandler::characters() function. This function is intended only to report the boundary. -

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.

See also endCDATA(). @@ -145,7 +145,7 @@ public identifier but no system identifier; in such cases a parse error will occur.

All declarations reported through TQXmlDTDHandler or TQXmlDeclHandler appear between the startDTD() and endDTD() calls. -

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.

See also endDTD(). @@ -158,7 +158,7 @@ called name.

Note that if the entity is unknown, the reader reports it through TQXmlContentHandler::skippedEntity() and not through 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.

See also endEntity() and TQXmlSimpleReader::setFeature(). -- cgit v1.2.3