KHTML
html_element.cpp
Go to the documentation of this file.
173 return HTMLCollection(impl, HTMLCollectionImpl::DOC_ALL /*it's called "doc" but it works from any node */);
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:59
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition: dom_element.h:210
bool isContentEditable() const
Returns whether this element is editable.
Definition: html_element.cpp:186
void setInnerHTML(const DOMString &html)
Set the HTML content of this node.
Definition: html_element.cpp:138
void addCSSProperty(const DOMString &property, const DOMString &value)
Definition: html_element.cpp:125
void assignOther(const Node &other, int elementId)
Definition: html_element.cpp:176
HTMLElement & operator=(const HTMLElement &other)
Definition: html_element.cpp:41
DOMString contentEditable() const
Returns the kind of editability that applies to this element.
Definition: html_element.cpp:192
DOMString dir() const
Specifies the base direction of directionally neutral text and the directionality of tables.
Definition: html_element.cpp:96
void setContentEditable(const DOMString &enabled)
Sets the editability of this element.
Definition: html_element.cpp:197
void removeCSSProperty(const DOMString &property)
Definition: html_element.cpp:118
HTMLCollection all() const
Retrieves a collection of all nodes that descend from this node.
Definition: html_element.cpp:170
void setInnerText(const DOMString &text)
Set the text content of this node.
Definition: html_element.cpp:154
HTMLCollection children() const
Retrieves a collection of nodes that are direct descendants of this node.
Definition: html_element.cpp:164
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:271
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.