diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qxmldtdhandler.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qxmldtdhandler.html')
| -rw-r--r-- | doc/html/qxmldtdhandler.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qxmldtdhandler.html b/doc/html/qxmldtdhandler.html index 0ff34f250..669ab0cb0 100644 --- a/doc/html/qxmldtdhandler.html +++ b/doc/html/qxmldtdhandler.html @@ -68,7 +68,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="ntqstring.html">TQString</a> & name, const <a href="ntqstring.html">TQString</a> & publicId, const <a href="ntqstring.html">TQString</a> & systemId )<tt> [pure virtual]</tt> </h3> @@ -78,7 +78,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. @@ -91,7 +91,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. |
