From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qdomattr.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qdomattr.html') diff --git a/doc/html/qdomattr.html b/doc/html/qdomattr.html index 618a4fd89..c3161a9b7 100644 --- a/doc/html/qdomattr.html +++ b/doc/html/qdomattr.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

The TQDomAttr class represents one attribute of a TQDomElement. More...

All the functions in this class are reentrant when TQt is built with thread support.

-

#include <qdom.h> +

#include <ntqdom.h>

Inherits TQDomNode.

List of all member functions.

Public Members

@@ -113,7 +113,7 @@ Destroys the object and frees its resources. Returns TRUE.

Reimplemented from TQDomNode. -

TQString TQDomAttr::name () const [virtual] +

TQString TQDomAttr::name () const [virtual]

Returns the attribute's name. @@ -134,7 +134,7 @@ will also change the other. If you want to make a null node if this attribute is not attached to any element. -

void TQDomAttr::setValue ( const TQString & v ) [virtual] +

void TQDomAttr::setValue ( const TQString & v ) [virtual]

Sets the attribute's value to v.

See also value(). @@ -146,9 +146,9 @@ in the XML document or was set by the user with setValue Returns FALSE if the value hasn't been specified or set.

See also setValue(). -

TQString TQDomAttr::value () const [virtual] +

TQString TQDomAttr::value () const [virtual]

-Returns the value of the attribute or TQString::null if the +Returns the value of the attribute or TQString::null if the attribute has not been specified.

See also specified() and setValue(). -- cgit v1.2.1