diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-26 11:44:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-30 14:26:34 +0900 |
| commit | 6dd781c483eea56f51ae0eff47d857976b5d0f0d (patch) | |
| tree | 0ddd4408e142ae6f8b13d3538359abd127988b2f /doc/man/man3/tqxmldtdhandler.3qt | |
| parent | ff56b6fec14de4cd4b89d5b322531671d200b6e0 (diff) | |
| download | tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.tar.gz tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.zip | |
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqxmldtdhandler.3qt')
| -rw-r--r-- | doc/man/man3/tqxmldtdhandler.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqxmldtdhandler.3qt b/doc/man/man3/tqxmldtdhandler.3qt index 97c2c34de..852fb50f7 100644 --- a/doc/man/man3/tqxmldtdhandler.3qt +++ b/doc/man/man3/tqxmldtdhandler.3qt @@ -39,19 +39,19 @@ See also the Introduction to SAX2. See also TQXmlDeclHandler, TQXmlContentHandler, TQXmlEntityResolver, TQXmlErrorHandler, TQXmlLexicalHandler, and XML. .SH MEMBER FUNCTION DOCUMENTATION .SH "TQString TQXmlDTDHandler::errorString ()\fC [pure virtual]\fR" -The reader calls this function to get an error string if any of the handler functions returns FALSE. +The reader calls this function to get an error string if any of the handler functions returns false. .SH "bool TQXmlDTDHandler::notationDecl ( const TQString & name, const TQString & publicId, const TQString & systemId )\fC [pure virtual]\fR" The reader calls this function when it has parsed a notation declaration. .PP The argument \fIname\fR is the notation name, \fIpublicId\fR is the notation's public identifier and \fIsystemId\fR is the notation's system identifier. .PP -If this function returns FALSE the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message. +If this function returns false the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message. .SH "bool TQXmlDTDHandler::unparsedEntityDecl ( const TQString & name, const TQString & publicId, const TQString & systemId, const TQString & notationName )\fC [pure virtual]\fR" The reader calls this function when it finds an unparsed entity declaration. .PP The argument \fIname\fR is the unparsed entity's name, \fIpublicId\fR is the entity's public identifier, \fIsystemId\fR is the entity's system identifier and \fInotationName\fR is the name of the associated notation. .PP -If this function returns FALSE the reader stops parsing and +If this function returns false the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message. |
