From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qxmlsimplereader.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qxmlsimplereader.html') diff --git a/doc/html/qxmlsimplereader.html b/doc/html/qxmlsimplereader.html index 57b112ab..7371220f 100644 --- a/doc/html/qxmlsimplereader.html +++ b/doc/html/qxmlsimplereader.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } simple XML reader (parser). More...

All the functions in this class are reentrant when TQt is built with thread support.

-

#include <qxml.h> +

#include <ntqxml.h>

Inherits TQXmlReader.

List of all member functions.

Public Members

@@ -103,7 +103,7 @@ session will be started and the previous session lost. parse function, i.e. it returns FALSE when the end of input is reached without reaching the end of the XML file and the parsing cannot be continued. -

See also parseContinue() and TQSocket. +

See also parseContinue() and TQSocket.

Examples: xml/tagreader-with-features/tagreader.cpp and xml/tagreader/tagreader.cpp.

bool TQXmlSimpleReader::parseContinue () [virtual] @@ -128,7 +128,7 @@ parsing when it encounters this symbol, it is an error and FALSE is returned.

See also parse() and TQXmlInputSource::next(). -

void TQXmlSimpleReader::setFeature ( const TQString & name, bool value ) [virtual] +

void TQXmlSimpleReader::setFeature ( const TQString & name, bool value ) [virtual]

Sets the state of the feature name to value:

If the feature is not recognized, it is ignored. -- cgit v1.2.1