diff options
Diffstat (limited to 'doc/man/man3/tqdomattr.3qt')
| -rw-r--r-- | doc/man/man3/tqdomattr.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqdomattr.3qt b/doc/man/man3/tqdomattr.3qt index 63b1eca34..8e7a235af 100644 --- a/doc/man/man3/tqdomattr.3qt +++ b/doc/man/man3/tqdomattr.3qt @@ -84,7 +84,7 @@ You can access the attributes of an element with code like this: .PP This example also shows that changing an attribute received from an element changes the attribute of the element. If you do not want to change the value of the element's attribute you must use cloneNode() to get an independent copy of the attribute. .PP -TQDomAttr can return the name() and value() of an attribute. An attribute's value is set with setValue(). If specified() returns TRUE the value was either set in the document or set with setValue(); otherwise the value hasn't been set. The node this attribute is attached to (if any) is returned by ownerElement(). +TQDomAttr can return the name() and value() of an attribute. An attribute's value is set with setValue(). If specified() returns true the value was either set in the document or set with setValue(); otherwise the value hasn't been set. The node this attribute is attached to (if any) is returned by ownerElement(). .PP For further information about the Document Object Model see http://www.w3.org/TR/REC-DOM-Level-1/ and http://www.w3.org/TR/DOM-Level-2-Core/. For a more general introduction of the DOM implementation see the TQDomDocument documentation. .PP @@ -99,7 +99,7 @@ The data of the copy is shared (shallow copy): modifying one node will also chan .SH "TQDomAttr::~TQDomAttr ()" Destroys the object and frees its resources. .SH "bool TQDomAttr::isAttr () const\fC [virtual]\fR" -Returns TRUE. +Returns true. .PP Reimplemented from TQDomNode. .SH "TQString TQDomAttr::name () const\fC [virtual]\fR" @@ -119,7 +119,7 @@ Sets the attribute's value to \fIv\fR. .PP See also value(). .SH "bool TQDomAttr::specified () const\fC [virtual]\fR" -Returns TRUE if the attribute has either been expicitly specified in the XML document or was set by the user with setValue(). Returns FALSE if the value hasn't been specified or set. +Returns true if the attribute has either been expicitly specified in the XML document or was set by the user with setValue(). Returns false if the value hasn't been specified or set. .PP See also setValue(). .SH "TQString TQDomAttr::value () const\fC [virtual]\fR" |
