KHTML
html_misc.cpp
Go to the documentation of this file.
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
HTMLCollection & operator=(const HTMLCollection &other)
Definition: html_misc.cpp:134
QString number(int n, int base)
HTMLElement & operator=(const HTMLElement &other)
Definition: html_element.cpp:41
unsigned long length() const
This attribute specifies the length or size of the list.
Definition: html_misc.cpp:149
void assignOther(const Node &other, int elementId)
Definition: html_element.cpp:176
HTMLBaseFontElement & operator=(const HTMLBaseFontElement &other)
Definition: html_misc.cpp:47
Node item(unsigned long index) const
This method retrieves a node specified by ordinal index.
Definition: html_misc.cpp:155
Node nextNamedItem(const DOMString &name) const
Definition: html_misc.cpp:189
Node namedItem(const DOMString &name) const
This method retrieves a Node using a name.
Definition: html_misc.cpp:161
HTMLFormCollection(NodeImpl *base)
Definition: html_misc.cpp:209
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.