33#include <dom/html_element.h>
35#include <tdelibs_export.h>
39class HTMLBodyElementImpl;
154class HTMLFrameElementImpl;
190 void setFrameBorder(
const DOMString & );
217 void setMarginHeight(
const DOMString & );
230 void setMarginWidth(
const DOMString & );
252 bool noResize()
const;
257 void setNoResize(
bool );
300class HTMLFrameSetElementImpl;
354class HTMLIFrameElementImpl;
404 void setFrameBorder(
const DOMString & );
444 void setMarginHeight(
const DOMString & );
457 void setMarginWidth(
const DOMString & );
527class HTMLHeadElementImpl;
568class HTMLHtmlElementImpl;
This class implements the basic string we use in the DOM.
The Document interface represents the entire HTML or XML document.
All HTML element interfaces derive from this class.
Document head information.
Root of an HTML document.
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...