35 #include <dom/html_element.h>
36 #include <dom/html_form.h>
37 #include <tdemacros.h>
41 class HTMLAppletElementImpl;
136 void setCodeBase(
const DOMString &value );
160 long getHspace()
const;
175 void setHspace( const
DOMString &value ) TDE_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;
This class implements the basic string we use in the DOM.
The Document interface represents the entire HTML or XML document.
void setHspace(long)
see hspace
All HTML element interfaces derive from this class.
void setHspace(long)
see hspace
Parameters fed to the OBJECT element.
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...