diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqxmldtdhandler.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (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. |
