diff options
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> |
