diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qdomattr.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qdomattr.html')
| -rw-r--r-- | doc/html/qdomattr.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qdomattr.html b/doc/html/qdomattr.html index c3161a9b7..6f20a98e1 100644 --- a/doc/html/qdomattr.html +++ b/doc/html/qdomattr.html @@ -82,7 +82,7 @@ want to change the value of the element's attribute you must use <a href="qdomnode.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 @@ -110,7 +110,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="qdomnode.html#isAttr">TQDomNode</a>. <h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQDomAttr::name () const<tt> [virtual]</tt> @@ -141,9 +141,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="ntqstring.html">TQString</a> <a name="value"></a>TQDomAttr::value () const<tt> [virtual]</tt> |
