diff options
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. |