33 #include <dom/html_element.h>
35 #include <tdelibs_export.h>
39 class HTMLBodyElementImpl;
154 class HTMLFrameElementImpl;
190 void setFrameBorder(
const DOMString & );
217 void setMarginHeight(
const DOMString & );
230 void setMarginWidth(
const DOMString & );
252 bool noResize()
const;
257 void setNoResize(
bool );
300 class HTMLFrameSetElementImpl;
354 class HTMLIFrameElementImpl;
404 void setFrameBorder(
const DOMString & );
444 void setMarginHeight(
const DOMString & );
457 void setMarginWidth(
const DOMString & );
527 class HTMLHeadElementImpl;
568 class HTMLHtmlElementImpl;
The Node interface is the primary datatype for the entire Document Object Model.
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...
Root of an HTML document.
Document head information.
All HTML element interfaces derive from this class.