From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqxmlinputsource.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqxmlinputsource.html') diff --git a/doc/html/tqxmlinputsource.html b/doc/html/tqxmlinputsource.html index 665e55183..0e689f35c 100644 --- a/doc/html/tqxmlinputsource.html +++ b/doc/html/tqxmlinputsource.html @@ -52,7 +52,7 @@ TQXmlReader subclasses.

Protected Members


Detailed Description

@@ -136,15 +136,15 @@ call to next() (if the data had run out).

You don't normally need to use this function if you use next().

See also data(), next(), and TQXmlInputSource(). -

TQString TQXmlInputSource::fromRawData ( const TQByteArray & data, bool beginning = FALSE ) [virtual protected] +

TQString TQXmlInputSource::fromRawData ( const TQByteArray & data, bool beginning = false ) [virtual protected]

This function reads the XML file from data and tries to recognize the encoding. It converts the raw data data into a TQString and returns it. It tries its best to get the correct encoding for the XML file. -

If beginning is TRUE, this function assumes that the data +

If beginning is true, this function assumes that the data starts at the beginning of a new XML document and looks for an -encoding declaration. If beginning is FALSE, it converts the +encoding declaration. If beginning is false, it converts the raw data using the encoding determined from prior calls.

TQChar TQXmlInputSource::next () [virtual] -- cgit v1.2.3