KHtml
html_element.cpp
209 return HTMLCollection(impl, HTMLCollectionImpl::DOC_ALL /*it's called "doc" but it works from any node */);
DOMString contentEditable() const
Returns the kind of editability that applies to this element.
Definition: html_element.cpp:232
void setInnerText(const DOMString &text)
Set the text content of this node.
Definition: html_element.cpp:184
HTMLCollection all() const
Retrieves a collection of all nodes that descend from this node.
Definition: html_element.cpp:204
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition: dom_element.h:212
void setContentEditable(const DOMString &enabled)
Sets the editability of this element.
Definition: html_element.cpp:240
void setInnerHTML(const DOMString &html)
Set the HTML content of this node.
Definition: html_element.cpp:164
QByteArray toLatin1() const const
This library provides a full-featured HTML parser and widget.
HTMLCollection children() const
Retrieves a collection of nodes that are direct descendants of this node.
Definition: html_element.cpp:196
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:58
bool isContentEditable() const
Returns whether this element is editable.
Definition: html_element.cpp:224
QString toLower() const const
const char * constData() const const
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:278
DOMString dir() const
Specifies the base direction of directionally neutral text and the directionality of tables.
Definition: html_element.cpp:110
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 04:08:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 04:08:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.