diff options
Diffstat (limited to 'doc/man/man3/tqxmlattributes.3qt')
-rw-r--r-- | doc/man/man3/tqxmlattributes.3qt | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/man/man3/tqxmlattributes.3qt b/doc/man/man3/tqxmlattributes.3qt index ab0be284b..303bec93f 100644 --- a/doc/man/man3/tqxmlattributes.3qt +++ b/doc/man/man3/tqxmlattributes.3qt @@ -1,5 +1,5 @@ '\" t -.TH QXmlAttributes 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQXmlAttributes 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,19 +7,19 @@ .ad l .nh .SH NAME -QXmlAttributes \- XML attributes +TQXmlAttributes \- XML attributes .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 .SS "Public Members" .in +1c .ti -1c -.BI "\fBQXmlAttributes\fR ()" +.BI "\fBTQXmlAttributes\fR ()" .br .ti -1c -.BI "virtual \fB~QXmlAttributes\fR ()" +.BI "virtual \fB~TQXmlAttributes\fR ()" .br .ti -1c .BI "int \fBindex\fR ( const TQString & qName ) const" @@ -68,35 +68,35 @@ All the functions in this class are reentrant when TQt is built with thread supp .br .in -1c .SH DESCRIPTION -The QXmlAttributes class provides XML attributes. +The TQXmlAttributes class provides XML attributes. .PP -If attributes are reported by QXmlContentHandler::startElement() this class is used to pass the attribute values. +If attributes are reported by TQXmlContentHandler::startElement() this class is used to pass the attribute values. .PP Use index() to locate the position of an attribute in the list, count() to retrieve the number of attributes, and clear() to remove the attributes. New attributes can be added with append(). Use type() to get an attribute's type and value() to get its value. The attribute's name is available from localName() or qName(), and its namespace URI from uri(). .PP See also XML. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QXmlAttributes::QXmlAttributes ()" +.SH "TQXmlAttributes::TQXmlAttributes ()" Constructs an empty attribute list. -.SH "QXmlAttributes::~QXmlAttributes ()\fC [virtual]\fR" +.SH "TQXmlAttributes::~TQXmlAttributes ()\fC [virtual]\fR" Destroys the attributes object. -.SH "void QXmlAttributes::append ( const TQString & qName, const TQString & uri, const TQString & localPart, const TQString & value )" +.SH "void TQXmlAttributes::append ( const TQString & qName, const TQString & uri, const TQString & localPart, const TQString & value )" Appends a new attribute entry to the list of attributes. The qualified name of the attribute is \fIqName\fR, the namespace URI is \fIuri\fR and the local name is \fIlocalPart\fR. The value of the attribute is \fIvalue\fR. .PP See also qName(), uri(), localName(), and value(). -.SH "void QXmlAttributes::clear ()" +.SH "void TQXmlAttributes::clear ()" Clears the list of attributes. .PP See also append(). -.SH "int QXmlAttributes::count () const" +.SH "int TQXmlAttributes::count () const" Returns the number of attributes in the list. This function is equivalent to length(). -.SH "int QXmlAttributes::index ( const TQString & qName ) const" +.SH "int TQXmlAttributes::index ( const TQString & qName ) const" Looks up the index of an attribute by the qualified name \fIqName\fR. .PP Returns the index of the attribute or -1 if it wasn't found. .PP See also the namespace description. -.SH "int QXmlAttributes::index ( const TQString & uri, const TQString & localPart ) const" +.SH "int TQXmlAttributes::index ( const TQString & uri, const TQString & localPart ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Looks up the index of an attribute by a namespace name. @@ -106,33 +106,33 @@ Looks up the index of an attribute by a namespace name. Returns the index of the attribute, or -1 if it wasn't found. .PP See also the namespace description. -.SH "int QXmlAttributes::length () const" +.SH "int TQXmlAttributes::length () const" Returns the number of attributes in the list. .PP See also count(). .PP Example: xml/tagreader-with-features/structureparser.cpp. -.SH "TQString QXmlAttributes::localName ( int index ) const" +.SH "TQString TQXmlAttributes::localName ( int index ) const" Looks up an attribute's local name for the attribute at position \fIindex\fR. If no namespace processing is done, the local name is TQString::null. .PP See also the namespace description. -.SH "TQString QXmlAttributes::qName ( int index ) const" +.SH "TQString TQXmlAttributes::qName ( int index ) const" Looks up an attribute's XML 1.0 qualified name for the attribute at position \fIindex\fR. .PP See also the namespace description. .PP Example: xml/tagreader-with-features/structureparser.cpp. -.SH "TQString QXmlAttributes::type ( int index ) const" +.SH "TQString TQXmlAttributes::type ( int index ) const" Looks up an attribute's type for the attribute at position \fIindex\fR. .PP Currently only "CDATA" is returned. -.SH "TQString QXmlAttributes::type ( const TQString & qName ) const" +.SH "TQString TQXmlAttributes::type ( const TQString & qName ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Looks up an attribute's type for the qualified name \fIqName\fR. .PP Currently only "CDATA" is returned. -.SH "TQString QXmlAttributes::type ( const TQString & uri, const TQString & localName ) const" +.SH "TQString TQXmlAttributes::type ( const TQString & uri, const TQString & localName ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Looks up an attribute's type by namespace name. @@ -140,21 +140,21 @@ Looks up an attribute's type by namespace name. \fIuri\fR specifies the namespace URI and \fIlocalName\fR specifies the local name. If the name has no namespace URI, use an empty string for \fIuri\fR. .PP Currently only "CDATA" is returned. -.SH "TQString QXmlAttributes::uri ( int index ) const" +.SH "TQString TQXmlAttributes::uri ( int index ) const" Looks up an attribute's namespace URI for the attribute at position \fIindex\fR. If no namespace processing is done or if the attribute has no namespace, the namespace URI is TQString::null. .PP See also the namespace description. .PP Example: xml/tagreader-with-features/structureparser.cpp. -.SH "TQString QXmlAttributes::value ( int index ) const" +.SH "TQString TQXmlAttributes::value ( int index ) const" Looks up an attribute's value for the attribute at position \fIindex\fR. -.SH "TQString QXmlAttributes::value ( const TQString & qName ) const" +.SH "TQString TQXmlAttributes::value ( const TQString & qName ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Looks up an attribute's value for the qualified name \fIqName\fR. .PP See also the namespace description. -.SH "TQString QXmlAttributes::value ( const TQString & uri, const TQString & localName ) const" +.SH "TQString TQXmlAttributes::value ( const TQString & uri, const TQString & localName ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Looks up an attribute's value by namespace name. @@ -164,7 +164,7 @@ Looks up an attribute's value by namespace name. See also the namespace description. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qxmlattributes.html +.BR http://doc.trolltech.com/tqxmlattributes.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |