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;
175 void setHspace( const
DOMString &value ) KDE_DEPRECATED;
213 long getVspace() const;
218 void setVspace(
long );
247 class HTMLObjectElementImpl;
384 bool declare()
const;
389 void setDeclare(
bool );
412 long getHspace()
const;
463 long tabIndex() const;
468 void setTabIndex(
long );
505 long getVspace() const;
510 void setVspace(
long );
549 class HTMLParamElementImpl;
All HTML element interfaces derive from this class.
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
The Document interface represents the entire HTML or XML document.
void setHspace(long)
see hspace
This class implements the basic string we use in the DOM.
void setHspace(long)
see hspace
The Node interface is the primary datatype for the entire Document Object Model.
Parameters fed to the OBJECT element.