summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqxmldeclhandler.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqxmldeclhandler.3qt')
-rw-r--r--doc/man/man3/tqxmldeclhandler.3qt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqxmldeclhandler.3qt b/doc/man/man3/tqxmldeclhandler.3qt
index c2de0802..719f78fc 100644
--- a/doc/man/man3/tqxmldeclhandler.3qt
+++ b/doc/man/man3/tqxmldeclhandler.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QXmlDeclHandler 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQXmlDeclHandler 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,13 +7,13 @@
.ad l
.nh
.SH NAME
-QXmlDeclHandler \- Interface to report declaration content of XML data
+TQXmlDeclHandler \- Interface to report declaration content of 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
@@ -31,9 +31,9 @@ Inherited by QXmlDefaultHandler.
.br
.in -1c
.SH DESCRIPTION
-The QXmlDeclHandler class provides an interface to report declaration content of XML data.
+The TQXmlDeclHandler class provides an interface to report declaration content of XML data.
.PP
-You can set the declaration handler with QXmlReader::setDeclHandler().
+You can set the declaration handler with TQXmlReader::setDeclHandler().
.PP
This interface is based on the SAX2 extension DeclHandler.
.PP
@@ -41,23 +41,23 @@ The interface provides attributeDecl(), internalEntityDecl() and externalEntityD
.PP
See also the Introduction to SAX2.
.PP
-See also QXmlDTDHandler, QXmlContentHandler, QXmlEntityResolver, QXmlErrorHandler, QXmlLexicalHandler, and XML.
+See also TQXmlDTDHandler, TQXmlContentHandler, TQXmlEntityResolver, TQXmlErrorHandler, TQXmlLexicalHandler, and XML.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "bool QXmlDeclHandler::attributeDecl ( const TQString & eName, const TQString & aName, const TQString & type, const TQString & valueDefault, const TQString & value )\fC [pure virtual]\fR"
+.SH "bool TQXmlDeclHandler::attributeDecl ( const TQString & eName, const TQString & aName, const TQString & type, const TQString & valueDefault, const TQString & value )\fC [pure virtual]\fR"
The reader calls this function to report an attribute type declaration. Only the effective (first) declaration for an attribute is reported.
.PP
The reader passes the name of the associated element in \fIeName\fR and the name of the attribute in \fIaName\fR. It passes a string that represents the attribute type in \fItype\fR and a string that represents the attribute default in \fIvalueDefault\fR. This string is one of "#IMPLIED", "#REQUIRED", "#FIXED" or TQString::null (if none of the others applies). The reader passes the attribute's default value in \fIvalue\fR. If no default value is specified in the XML file, \fIvalue\fR is TQString::null.
.PP
If this function returns FALSE the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message.
-.SH "TQString QXmlDeclHandler::errorString ()\fC [pure virtual]\fR"
+.SH "TQString TQXmlDeclHandler::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 QXmlDeclHandler::externalEntityDecl ( const TQString & name, const TQString & publicId, const TQString & systemId )\fC [pure virtual]\fR"
+.SH "bool TQXmlDeclHandler::externalEntityDecl ( const TQString & name, const TQString & publicId, const TQString & systemId )\fC [pure virtual]\fR"
The reader calls this function to report a parsed external entity declaration. Only the effective (first) declaration for each entity is reported.
.PP
The reader passes the name of the entity in \fIname\fR, the public identifier in \fIpublicId\fR and the system identifier in \fIsystemId\fR. If there is no public identifier specified, it passes TQString::null in \fIpublicId\fR.
.PP
If this function returns FALSE the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message.
-.SH "bool QXmlDeclHandler::internalEntityDecl ( const TQString & name, const TQString & value )\fC [pure virtual]\fR"
+.SH "bool TQXmlDeclHandler::internalEntityDecl ( const TQString & name, const TQString & value )\fC [pure virtual]\fR"
The reader calls this function to report an internal entity declaration. Only the effective (first) declaration is reported.
.PP
The reader passes the name of the entity in \fIname\fR and the value of the entity in \fIvalue\fR.
@@ -67,7 +67,7 @@ reports an error. The reader uses the function errorString() to
get the error message.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qxmldeclhandler.html
+.BR http://doc.trolltech.com/tqxmldeclhandler.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the