summaryrefslogtreecommitdiffstats
path: root/doc/html/tqxmllexicalhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqxmllexicalhandler.html')
-rw-r--r--doc/html/tqxmllexicalhandler.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqxmllexicalhandler.html b/doc/html/tqxmllexicalhandler.html
index 89f3ddb6b..1d4a405de 100644
--- a/doc/html/tqxmllexicalhandler.html
+++ b/doc/html/tqxmllexicalhandler.html
@@ -76,7 +76,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.
@@ -85,7 +85,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="tqxmlcontenthandler.html#characters">TQXmlContentHandler::characters</a>().
@@ -95,7 +95,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>().
@@ -108,7 +108,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="tqxmlcontenthandler.html#skippedEntity">TQXmlContentHandler::skippedEntity</a>(), and <a href="tqxmlsimplereader.html#setFeature">TQXmlSimpleReader::setFeature</a>().
@@ -117,7 +117,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>
@@ -126,7 +126,7 @@ the handler functions returns FALSE.
section. The content of the CDATA section is reported through the
<a href="tqxmlcontenthandler.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>().
@@ -145,7 +145,7 @@ public identifier but no system identifier; in such cases a parse
error will occur.
<p> All declarations reported through <a href="tqxmldtdhandler.html">TQXmlDTDHandler</a> or
<a href="tqxmldeclhandler.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>().
@@ -158,7 +158,7 @@ called <em>name</em>.
<p> Note that if the entity is unknown, the reader reports it through
<a href="tqxmlcontenthandler.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="tqxmlsimplereader.html#setFeature">TQXmlSimpleReader::setFeature</a>().