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 TDE_DEPRECATED;
264 void setBorder(
long ) TDE_DEPRECATED;
277 void setHeight(
long );
292 void setHspace(
long );
305 void setIsMap(
bool );
359 void setVspace(
long );
372 void setWidth(
long );
383 class HTMLMapElementImpl;
All HTML element interfaces derive from this class.
Client-side image map area definition.
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
An HTMLCollection is a list of nodes.
This class implements the basic string we use in the DOM.
The Node interface is the primary datatype for the entire Document Object Model.