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/qxmlentityresolver.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/qxmlentityresolver.html')
| -rw-r--r-- | doc/html/qxmlentityresolver.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qxmlentityresolver.html b/doc/html/qxmlentityresolver.html index b412efa35..a59dbab7e 100644 --- a/doc/html/qxmlentityresolver.html +++ b/doc/html/qxmlentityresolver.html @@ -64,7 +64,7 @@ external entities, it must implement this interface, i.e. </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="resolveEntity"></a>TQXmlEntityResolver::resolveEntity ( const <a href="ntqstring.html">TQString</a> & publicId, const <a href="ntqstring.html">TQString</a> & systemId, <a href="qxmlinputsource.html">TQXmlInputSource</a> *& ret )<tt> [pure virtual]</tt> </h3> @@ -82,7 +82,7 @@ entity and <em>ret</em> is the return value of this function. If <em>ret</em> is 0 the reader should resolve the entity itself, if it is non-zero it must point to an input source which the reader uses instead. -<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. |
