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/tqxmldtdhandler.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqxmldtdhandler.html') diff --git a/doc/html/tqxmldtdhandler.html b/doc/html/tqxmldtdhandler.html index ae1852b6d..693625e35 100644 --- a/doc/html/tqxmldtdhandler.html +++ b/doc/html/tqxmldtdhandler.html @@ -64,13 +64,13 @@ and unparsed entity declarations using notationDecl(

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


Member Function Documentation

-

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

TQString TQXmlDTDHandler::errorString () [pure virtual]

The reader calls this function to get an error string if any of the handler functions returns FALSE. -

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

bool TQXmlDTDHandler::notationDecl ( const TQString & name, const TQString & publicId, const TQString & systemId ) [pure virtual]

The reader calls this function when it has parsed a notation @@ -82,7 +82,7 @@ system identifier. reports an error. The reader uses the function errorString() to get the error message. -

bool TQXmlDTDHandler::unparsedEntityDecl ( const TQString & name, const TQString & publicId, const TQString & systemId, const TQString & notationName ) [pure virtual] +

bool TQXmlDTDHandler::unparsedEntityDecl ( const TQString & name, const TQString & publicId, const TQString & systemId, const TQString & notationName ) [pure virtual]

The reader calls this function when it finds an unparsed entity -- cgit v1.2.3