35 #include <dom/html_element.h>
36 #include <dom/html_form.h>
37 #include <kdemacros.h>
41 class HTMLAppletElementImpl;
136 void setCodeBase(
const DOMString &value );
160 long getHspace()
const;
165 void setHspace(
long );
175 void setHspace(
const DOMString &value ) KDE_DEPRECATED;
213 long getVspace()
const;
218 void setVspace(
long );
228 void setVspace(
const DOMString & ) KDE_DEPRECATED;
247 class HTMLObjectElementImpl;
384 bool declare()
const;
389 void setDeclare(
bool );
412 long getHspace()
const;
417 void setHspace(
long );
427 void setHspace(
const DOMString & ) KDE_DEPRECATED;
463 long tabIndex()
const;
468 void setTabIndex(
long );
505 long getVspace()
const;
510 void setVspace(
long );
520 void setVspace(
const DOMString & ) KDE_DEPRECATED;
549 class HTMLParamElementImpl;
The Node interface is the primary datatype for the entire Document Object Model.
Parameters fed to the OBJECT element.
This class implements the basic string we use in the DOM.
The Document interface represents the entire HTML or XML document.
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.