diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqdomattr.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdomattr.html')
-rw-r--r-- | doc/html/tqdomattr.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdomattr.html b/doc/html/tqdomattr.html index f21316acd..c610efa20 100644 --- a/doc/html/tqdomattr.html +++ b/doc/html/tqdomattr.html @@ -81,7 +81,7 @@ want to change the value of the element's attribute you must use <a href="tqdomnode.html#cloneNode">cloneNode</a>() to get an independent copy of the attribute. <p> TQDomAttr can return the <a href="#name">name</a>() and <a href="#value">value</a>() of an attribute. An attribute's value is set with <a href="#setValue">setValue</a>(). If <a href="#specified">specified</a>() returns -TRUE the value was either set in the document or set with +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 <a href="#ownerElement">ownerElement</a>(). <p> For further information about the Document Object Model see @@ -109,7 +109,7 @@ Destroys the object and frees its resources. <h3 class=fn>bool <a name="isAttr"></a>TQDomAttr::isAttr () const<tt> [virtual]</tt> </h3> -Returns TRUE. +Returns true. <p>Reimplemented from <a href="tqdomnode.html#isAttr">TQDomNode</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQDomAttr::name () const<tt> [virtual]</tt> @@ -140,9 +140,9 @@ Sets the attribute's value to <em>v</em>. <h3 class=fn>bool <a name="specified"></a>TQDomAttr::specified () const<tt> [virtual]</tt> </h3> -Returns TRUE if the attribute has either been expicitly specified +Returns true if the attribute has either been expicitly specified in the XML document or was set by the user with <a href="#setValue">setValue</a>(). -Returns FALSE if the value hasn't been specified or set. +Returns false if the value hasn't been specified or set. <p> <p>See also <a href="#setValue">setValue</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="value"></a>TQDomAttr::value () const<tt> [virtual]</tt> |