summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmldeclhandler.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qxmldeclhandler.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-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/qxmldeclhandler.html')
-rw-r--r--doc/html/qxmldeclhandler.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qxmldeclhandler.html b/doc/html/qxmldeclhandler.html
index 30c44c4a5..2b69d1c1e 100644
--- a/doc/html/qxmldeclhandler.html
+++ b/doc/html/qxmldeclhandler.html
@@ -77,7 +77,7 @@ is one of "#IMPLIED", "#REQUIRED", "#FIXED" or <a href="ntqstring.html#TQString-
none of the others applies). The reader passes the attribute's
default value in <em>value</em>. If no default value is specified in the
XML file, <em>value</em> is TQString::null.
-<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.
@@ -85,7 +85,7 @@ get the error message.
</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="externalEntityDecl"></a>TQXmlDeclHandler::externalEntityDecl ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId )<tt> [pure virtual]</tt>
</h3>
@@ -96,7 +96,7 @@ entity is reported.
<p> The reader passes the name of the entity in <em>name</em>, the public
identifier in <em>publicId</em> and the system identifier in <em>systemId</em>. If there is no public identifier specified, it passes
<a href="ntqstring.html#TQString-null">TQString::null</a> in <em>publicId</em>.
-<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.
@@ -107,7 +107,7 @@ get the error message.
declaration. Only the effective (first) declaration is reported.
<p> The reader passes the name of the entity in <em>name</em> and the value
of the entity in <em>value</em>.
-<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.