summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqxmlinputsource.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqxmlinputsource.3qt')
-rw-r--r--doc/man/man3/tqxmlinputsource.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqxmlinputsource.3qt b/doc/man/man3/tqxmlinputsource.3qt
index d540ba12d..a64d898ee 100644
--- a/doc/man/man3/tqxmlinputsource.3qt
+++ b/doc/man/man3/tqxmlinputsource.3qt
@@ -52,7 +52,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual TQString \fBfromRawData\fR ( const TQByteArray & data, bool beginning = FALSE )"
+.BI "virtual TQString \fBfromRawData\fR ( const TQByteArray & data, bool beginning = false )"
.br
.in -1c
.SH DESCRIPTION
@@ -104,10 +104,10 @@ There are two occasions where a fetch is done implicitly by another function cal
You don't normally need to use this function if you use next().
.PP
See also data(), next(), and TQXmlInputSource().
-.SH "TQString TQXmlInputSource::fromRawData ( const TQByteArray & data, bool beginning = FALSE )\fC [virtual protected]\fR"
+.SH "TQString TQXmlInputSource::fromRawData ( const TQByteArray & data, bool beginning = false )\fC [virtual protected]\fR"
This function reads the XML file from \fIdata\fR and tries to recognize the encoding. It converts the raw data \fIdata\fR into a TQString and returns it. It tries its best to get the correct encoding for the XML file.
.PP
-If \fIbeginning\fR is TRUE, this function assumes that the data starts at the beginning of a new XML document and looks for an encoding declaration. If \fIbeginning\fR is FALSE, it converts the raw data using the encoding determined from prior calls.
+If \fIbeginning\fR is true, this function assumes that the data starts at the beginning of a new XML document and looks for an encoding declaration. If \fIbeginning\fR is false, it converts the raw data using the encoding determined from prior calls.
.SH "TQChar TQXmlInputSource::next ()\fC [virtual]\fR"
Returns the next character of the input source. If this function reaches the end of available data, it returns TQXmlInputSource::EndOfData. If you call next() after that, it tries to fetch more data by calling fetchData(). If the fetchData() call results in new data, this function returns the first character of that data; otherwise it returns TQXmlInputSource::EndOfDocument.
.PP