summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqxmlentityresolver.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-30 12:36:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-30 12:36:05 +0900
commit1702a6daff27f5d3e6fdac16962d1828df6ca270 (patch)
treeb451256c2cc2e22e895251bac6ec1e4bdfd40e09 /doc/man/man3/tqxmlentityresolver.3qt
parent5fffa30386502b5423e45c2ed5e6af756b11c7b4 (diff)
downloadtqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.tar.gz
tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.zip
Rename nt* dom and xml related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqxmlentityresolver.3qt')
-rw-r--r--doc/man/man3/tqxmlentityresolver.3qt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqxmlentityresolver.3qt b/doc/man/man3/tqxmlentityresolver.3qt
index d44cb2dc..6143f076 100644
--- a/doc/man/man3/tqxmlentityresolver.3qt
+++ b/doc/man/man3/tqxmlentityresolver.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QXmlEntityResolver 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQXmlEntityResolver 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,35 +7,35 @@
.ad l
.nh
.SH NAME
-QXmlEntityResolver \- Interface to resolve external entities contained in XML data
+TQXmlEntityResolver \- Interface to resolve external entities contained in XML data
.SH SYNOPSIS
All the functions in this class are reentrant when TQt is built with thread support.</p>
.PP
-\fC#include <ntqxml.h>\fR
+\fC#include <tqxml.h>\fR
.PP
-Inherited by QXmlDefaultHandler.
+Inherited by TQXmlDefaultHandler.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "virtual bool \fBresolveEntity\fR ( const TQString & publicId, const TQString & systemId, QXmlInputSource *& ret ) = 0"
+.BI "virtual bool \fBresolveEntity\fR ( const TQString & publicId, const TQString & systemId, TQXmlInputSource *& ret ) = 0"
.br
.ti -1c
.BI "virtual TQString \fBerrorString\fR () = 0"
.br
.in -1c
.SH DESCRIPTION
-The QXmlEntityResolver class provides an interface to resolve external entities contained in XML data.
+The TQXmlEntityResolver class provides an interface to resolve external entities contained in XML data.
.PP
-If an application needs to implement customized handling for external entities, it must implement this interface, i.e. resolveEntity(), and register it with QXmlReader::setEntityResolver().
+If an application needs to implement customized handling for external entities, it must implement this interface, i.e. resolveEntity(), and register it with TQXmlReader::setEntityResolver().
.PP
See also the Introduction to SAX2.
.PP
-See also QXmlDTDHandler, QXmlDeclHandler, QXmlContentHandler, QXmlErrorHandler, QXmlLexicalHandler, and XML.
+See also TQXmlDTDHandler, TQXmlDeclHandler, TQXmlContentHandler, TQXmlErrorHandler, TQXmlLexicalHandler, and XML.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "TQString QXmlEntityResolver::errorString ()\fC [pure virtual]\fR"
+.SH "TQString TQXmlEntityResolver::errorString ()\fC [pure virtual]\fR"
The reader calls this function to get an error string if any of the handler functions returns FALSE.
-.SH "bool QXmlEntityResolver::resolveEntity ( const TQString & publicId, const TQString & systemId, QXmlInputSource *& ret )\fC [pure virtual]\fR"
+.SH "bool TQXmlEntityResolver::resolveEntity ( const TQString & publicId, const TQString & systemId, TQXmlInputSource *& ret )\fC [pure virtual]\fR"
The reader calls this function before it opens any external entity, except the top-level document entity. The application may request the reader to resolve the entity itself (\fIret\fR is 0) or to use an entirely different input source (\fIret\fR points to the input source).
.PP
The reader deletes the input source \fIret\fR when it no longer needs it, so you should allocate it on the heap with \fCnew\fR.
@@ -47,7 +47,7 @@ reports an error. The reader uses the function errorString() to
get the error message.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qxmlentityresolver.html
+.BR http://doc.trolltech.com/tqxmlentityresolver.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the