diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqxmlinputsource.3qt | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqxmlinputsource.3qt')
-rw-r--r-- | doc/man/man3/tqxmlinputsource.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqxmlinputsource.3qt b/doc/man/man3/tqxmlinputsource.3qt index 365655708..2a15ba3a6 100644 --- a/doc/man/man3/tqxmlinputsource.3qt +++ b/doc/man/man3/tqxmlinputsource.3qt @@ -34,7 +34,7 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "virtual void \fBsetData\fR ( const TQString & dat )" .br .ti -1c -.BI "virtual void \fBsetData\fR ( const QByteArray & dat )" +.BI "virtual void \fBsetData\fR ( const TQByteArray & dat )" .br .ti -1c .BI "virtual void \fBfetchData\fR ()" @@ -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 QByteArray & data, bool beginning = FALSE )" +.BI "virtual TQString \fBfromRawData\fR ( const TQByteArray & data, bool beginning = FALSE )" .br .in -1c .SH DESCRIPTION @@ -104,7 +104,7 @@ 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 QByteArray & 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. @@ -124,7 +124,7 @@ Sets the data of the input source to \fIdat\fR. If the input source already contains data, this function deletes that data first. .PP See also data(). -.SH "void TQXmlInputSource::setData ( const QByteArray & dat )\fC [virtual]\fR" +.SH "void TQXmlInputSource::setData ( const TQByteArray & dat )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP The data \fIdat\fR is passed through the correct text-codec, before |