32 #include <dom/html_element.h>
33 #include <tdelibs_export.h>
37 class HTMLDListElementImpl;
38 class HTMLUListElementImpl;
39 class HTMLOListElementImpl;
40 class HTMLDirectoryElementImpl;
41 class HTMLMenuElementImpl;
42 class HTMLLIElementImpl;
80 void setCompact(
bool );
115 bool compact()
const;
120 void setCompact(
bool );
174 void setValue(
long );
210 bool compact()
const;
215 void setCompact(
bool );
249 bool compact()
const;
254 void setCompact(
bool );
268 void setStart(
long );
317 bool compact()
const;
322 void setCompact(
bool );
This class implements the basic string we use in the DOM.
All HTML element interfaces derive from this class.
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...