diff options
Diffstat (limited to 'doc/html/qxmldeclhandler.html')
| -rw-r--r-- | doc/html/qxmldeclhandler.html | 8 |
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 <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> @@ -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. |
