32 #include <dom/html_element.h>
34 #include <kdemacros.h>
38 class HTMLAreaElementImpl;
131 void setNoHref(
bool );
154 long tabIndex()
const;
159 void setTabIndex(
long );
177 class HTMLImageElementImpl;
259 long border()
const KDE_DEPRECATED;
264 void setBorder(
long ) KDE_DEPRECATED;
277 void setHeight(
long );
292 void setHspace(
long );
305 void setIsMap(
bool );
359 void setVspace(
long );
372 void setWidth(
long );
383 class HTMLMapElementImpl;
The Node interface is the primary datatype for the entire Document Object Model.
Client-side image map area definition.
An HTMLCollection is a list of nodes.
This class implements the basic string we use in the DOM.
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
All HTML element interfaces derive from this class.