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