From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqdomelement.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqdomelement.html') diff --git a/doc/html/tqdomelement.html b/doc/html/tqdomelement.html index 9b36750d6..1fa2f0469 100644 --- a/doc/html/tqdomelement.html +++ b/doc/html/tqdomelement.html @@ -194,18 +194,18 @@ they are encountered in a preorder traversal of the element tree.

bool TQDomElement::hasAttribute ( const TQString & name ) const

-Returns TRUE if this element has an attribute called name; -otherwise returns FALSE. +Returns true if this element has an attribute called name; +otherwise returns false.

bool TQDomElement::hasAttributeNS ( const TQString & nsURI, const TQString & localName ) const

-Returns TRUE if this element has an attribute with the local name +Returns true if this element has an attribute with the local name localName and the namespace URI nsURI; otherwise returns -FALSE. +false.

bool TQDomElement::isElement () const [virtual]

-Returns TRUE. +Returns true.

Reimplemented from TQDomNode.

TQDomNode::NodeType TQDomElement::nodeType () const [virtual] -- cgit v1.2.3