diff options
Diffstat (limited to 'doc/html/tqxmlcontenthandler.html')
-rw-r--r-- | doc/html/tqxmlcontenthandler.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/tqxmlcontenthandler.html b/doc/html/tqxmlcontenthandler.html index bbf54f193..70ff0bfec 100644 --- a/doc/html/tqxmlcontenthandler.html +++ b/doc/html/tqxmlcontenthandler.html @@ -103,7 +103,7 @@ two types you must use <a href="tqxmllexicalhandler.html#startCDATA">TQXmlLexica <p> A reader may report the character data of an element in more than one chunk; e.g. a reader might want to report "a<b" in three <a href="#characters">characters</a>() events ("a ", "<" and " b"). -<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. @@ -114,7 +114,7 @@ get the error message. is called just once, and is the last handler function called. It is called after the reader has read all input or has abandoned parsing because of a fatal error. -<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="#startDocument">startDocument</a>(). @@ -125,7 +125,7 @@ get the error message. <p> The reader calls this function when it has parsed an end element tag with the qualified name <em>qName</em>, the local name <em>localName</em> and the namespace URI <em>namespaceURI</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. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. @@ -137,7 +137,7 @@ get the error message. <p> The reader calls this function to signal the end of a prefix mapping for the prefix <em>prefix</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. <p> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. @@ -147,14 +147,14 @@ get the error message. </h3> <p> The reader calls this function to get an error string, e.g. if any -of the handler functions returns FALSE. +of the handler functions returns false. <h3 class=fn>bool <a name="ignorableWhitespace"></a>TQXmlContentHandler::ignorableWhitespace ( const <a href="tqstring.html">TQString</a> & ch )<tt> [pure virtual]</tt> </h3> <p> Some readers may use this function to report each chunk of whitespace in element content. The whitespace is reported 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. @@ -164,7 +164,7 @@ get the error message. <p> The reader calls this function when it has parsed a processing instruction. <p> <em>target</em> is the target name of the processing instruction and <em>data</em> is the data in the processing instruction. -<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. @@ -186,7 +186,7 @@ destroyed). declarations (e.g. because they are in an external DTD). If they do so they report that they skipped the entity called <em>name</em> by calling 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. @@ -197,7 +197,7 @@ get the error message. document. The reader calls this function just once, after the call to <a href="#setDocumentLocator">setDocumentLocator</a>(), and before any other functions in this class or in the <a href="tqxmldtdhandler.html">TQXmlDTDHandler</a> class are called. -<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="#endDocument">endDocument</a>(). @@ -216,7 +216,7 @@ endElement() call. <p> The attribute list provided only contains attributes with explicit values. The attribute list contains attributes used for namespace declaration (i.e. attributes starting with xmlns) only if the -namespace-prefix property of the reader is TRUE. +namespace-prefix property of the reader is true. <p> The argument <em>namespaceURI</em> is the namespace URI, or <a href="tqstring.html#TQString-null">TQString::null</a> if the element has no namespace URI or if no namespace processing is done. <em>localName</em> is the local name @@ -224,7 +224,7 @@ namespace processing is done. <em>localName</em> is the local name done, <em>qName</em> is the qualified name (with prefix) and <em>atts</em> are the attributes attached to the element. If there are no attributes, <em>atts</em> is an empty attributes object. -<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> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. @@ -246,7 +246,7 @@ after the corresponding <a href="#endElement">endElement</a>() event, but their otherwise guaranteed. <p> The argument <em>prefix</em> is the namespace prefix being declared and the argument <em>uri</em> is the namespace URI the prefix is mapped to. -<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> See also the <a href="xml.html#sax2Namespaces">namespace description</a>. |