32 #include <dom/html_element.h>
34 #include <tdemacros.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;
This class implements the basic string we use in the DOM.
Client-side image map area definition.
An HTMLCollection is a list of nodes.
All HTML element interfaces derive from this class.
The Node interface is the primary datatype for the entire Document Object Model.
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...