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/qxmllexicalhandler.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/qxmllexicalhandler.html') diff --git a/doc/html/qxmllexicalhandler.html b/doc/html/qxmllexicalhandler.html index b906714dd..fc0bce232 100644 --- a/doc/html/qxmllexicalhandler.html +++ b/doc/html/qxmllexicalhandler.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } report the lexical content of XML data. More...

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

-

#include <qxml.h> +

#include <ntqxml.h>

Inherited by TQXmlDefaultHandler.

List of all member functions.

Public Members

@@ -72,7 +72,7 @@ LexicalHandler.

See also TQXmlDTDHandler, TQXmlDeclHandler, TQXmlContentHandler, TQXmlEntityResolver, TQXmlErrorHandler, and XML.


Member Function Documentation

-

bool TQXmlLexicalHandler::comment ( const TQString & ch ) [pure virtual] +

bool TQXmlLexicalHandler::comment ( const TQString & ch ) [pure virtual]

The reader calls this function to report an XML comment anywhere @@ -101,7 +101,7 @@ reports an error. The reader uses the function errorStrin get the error message.

See also startDTD(). -

bool TQXmlLexicalHandler::endEntity ( const TQString & name ) [pure virtual] +

bool TQXmlLexicalHandler::endEntity ( const TQString & name ) [pure virtual]

The reader calls this function to report the end of an entity @@ -114,7 +114,7 @@ reports an error. The reader uses the function errorStrin get the error message.

See also startEntity(), TQXmlContentHandler::skippedEntity(), and TQXmlSimpleReader::setFeature(). -

TQString TQXmlLexicalHandler::errorString () [pure virtual] +

TQString TQXmlLexicalHandler::errorString () [pure virtual]

The reader calls this function to get an error string if any of @@ -132,7 +132,7 @@ reports an error. The reader uses the function errorStrin get the error message.

See also endCDATA(). -

bool TQXmlLexicalHandler::startDTD ( const TQString & name, const TQString & publicId, const TQString & systemId ) [pure virtual] +

bool TQXmlLexicalHandler::startDTD ( const TQString & name, const TQString & publicId, const TQString & systemId ) [pure virtual]

The reader calls this function to report the start of a DTD @@ -140,7 +140,7 @@ declaration, if any. It reports the name of the document type in name, the public identifier in publicId and the system identifier in systemId.

If the public identifier is missing, publicId is set to -TQString::null. If the system identifier is missing, systemId is +TQString::null. If the system identifier is missing, systemId is set to TQString::null. Note that it is not valid XML to have a public identifier but no system identifier; in such cases a parse error will occur. @@ -151,7 +151,7 @@ reports an error. The reader uses the function errorStrin get the error message.

See also endDTD(). -

bool TQXmlLexicalHandler::startEntity ( const TQString & name ) [pure virtual] +

bool TQXmlLexicalHandler::startEntity ( const TQString & name ) [pure virtual]

The reader calls this function to report the start of an entity -- cgit v1.2.3