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 */);
void setContentEditable(const DOMString &enabled)
Sets the editability of this element.
Definition: html_element.cpp:197
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
DOMString dir() const
Specifies the base direction of directionally neutral text and the directionality of tables...
Definition: html_element.cpp:96
void setInnerText(const DOMString &text)
Set the text content of this node.
Definition: html_element.cpp:154
DOMString innerHTML() const
The HTML code contained in this element.
Definition: html_element.cpp:132
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:58
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition: dom_element.h:209
void addCSSProperty(const DOMString &property, const DOMString &value)
Definition: html_element.cpp:125
const char * constData() const
void setInnerHTML(const DOMString &html)
Set the HTML content of this node.
Definition: html_element.cpp:138
HTMLCollection all() const
Retrieves a collection of all nodes that descend from this node.
Definition: html_element.cpp:170
QString toLower() const
HTMLElement & operator=(const HTMLElement &other)
Definition: html_element.cpp:41
QByteArray toLatin1() const
DOMString contentEditable() const
Returns the kind of editability that applies to this element.
Definition: html_element.cpp:192
void assignOther(const Node &other, int elementId)
Definition: html_element.cpp:176
void removeCSSProperty(const DOMString &property)
Definition: html_element.cpp:118
bool isContentEditable() const
Returns whether this element is editable.
Definition: html_element.cpp:186
HTMLCollection children() const
Retrieves a collection of nodes that are direct descendants of this node.
Definition: html_element.cpp:164
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.