diff options
Diffstat (limited to 'doc/html/tqxmldeclhandler.html')
-rw-r--r-- | doc/html/tqxmldeclhandler.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqxmldeclhandler.html b/doc/html/tqxmldeclhandler.html index 3b97c5184..02cf53351 100644 --- a/doc/html/tqxmldeclhandler.html +++ b/doc/html/tqxmldeclhandler.html @@ -76,7 +76,7 @@ is one of "#IMPLIED", "#REQUIRED", "#FIXED" or <a href="tqstring.html#TQString-n 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. @@ -84,7 +84,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="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> @@ -95,7 +95,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="tqstring.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. @@ -106,7 +106,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. |