diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqxmldtdhandler.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqxmldtdhandler.html')
-rw-r--r-- | doc/html/tqxmldtdhandler.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 <a href="#notationDecl">notationDecl</a>( </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="notationDecl"></a>TQXmlDTDHandler::notationDecl ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqstring.html">TQString</a> & publicId, const <a href="tqstring.html">TQString</a> & systemId )<tt> [pure virtual]</tt> </h3> @@ -77,7 +77,7 @@ declaration. <p> The argument <em>name</em> is the notation name, <em>publicId</em> is the notation's public identifier and <em>systemId</em> is the notation's system identifier. -<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. @@ -90,7 +90,7 @@ declaration. the entity's public identifier, <em>systemId</em> is the entity's system identifier and <em>notationName</em> is the name of the associated notation. -<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. |