summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmllexicalhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qxmllexicalhandler.html')
-rw-r--r--doc/html/qxmllexicalhandler.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qxmllexicalhandler.html b/doc/html/qxmllexicalhandler.html
index fc0bce232..763192ac8 100644
--- a/doc/html/qxmllexicalhandler.html
+++ b/doc/html/qxmllexicalhandler.html
@@ -77,7 +77,7 @@ LexicalHandler.
<p> The reader calls this function to report an XML comment anywhere
in the document. It reports the text of the comment in <em>ch</em>.
-<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.
@@ -86,7 +86,7 @@ get the error message.
<p> The reader calls this function to report the end of a CDATA
section.
-<p> If this function returns FALSE the reader stops parsing and reports
+<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.
<p> <p>See also <a href="#startCDATA">startCDATA</a>() and <a href="qxmlcontenthandler.html#characters">TQXmlContentHandler::characters</a>().
@@ -96,7 +96,7 @@ message.
<p> The reader calls this function to report the end of a DTD
declaration, if any.
-<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.
<p> <p>See also <a href="#startDTD">startDTD</a>().
@@ -109,7 +109,7 @@ called <em>name</em>.
<p> For every <a href="#startEntity">startEntity</a>() call, there is a corresponding <a href="#endEntity">endEntity</a>()
call. The calls to startEntity() and endEntity() are properly
nested.
-<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.
<p> <p>See also <a href="#startEntity">startEntity</a>(), <a href="qxmlcontenthandler.html#skippedEntity">TQXmlContentHandler::skippedEntity</a>(), and <a href="qxmlsimplereader.html#setFeature">TQXmlSimpleReader::setFeature</a>().
@@ -118,7 +118,7 @@ get the error message.
</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="startCDATA"></a>TQXmlLexicalHandler::startCDATA ()<tt> [pure virtual]</tt>
</h3>
@@ -127,7 +127,7 @@ the handler functions returns FALSE.
section. The content of the CDATA section is reported through the
<a href="qxmlcontenthandler.html#characters">TQXmlContentHandler::characters</a>() function. This function is
intended only to report the boundary.
-<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.
<p> <p>See also <a href="#endCDATA">endCDATA</a>().
@@ -146,7 +146,7 @@ public identifier but no system identifier; in such cases a parse
error will occur.
<p> All declarations reported through <a href="qxmldtdhandler.html">TQXmlDTDHandler</a> or
<a href="qxmldeclhandler.html">TQXmlDeclHandler</a> appear between the <a href="#startDTD">startDTD</a>() and <a href="#endDTD">endDTD</a>() calls.
-<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.
<p> <p>See also <a href="#endDTD">endDTD</a>().
@@ -159,7 +159,7 @@ called <em>name</em>.
<p> Note that if the entity is unknown, the reader reports it through
<a href="qxmlcontenthandler.html#skippedEntity">TQXmlContentHandler::skippedEntity</a>() and not through this
function.
-<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.
<p> <p>See also <a href="#endEntity">endEntity</a>() and <a href="qxmlsimplereader.html#setFeature">TQXmlSimpleReader::setFeature</a>().