From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqxmllexicalhandler.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqxmllexicalhandler.html') diff --git a/doc/html/tqxmllexicalhandler.html b/doc/html/tqxmllexicalhandler.html index fd399ea11..9c56063d6 100644 --- a/doc/html/tqxmllexicalhandler.html +++ b/doc/html/tqxmllexicalhandler.html @@ -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