32#include <dom/html_element.h> 
   33#include <tdelibs_export.h> 
   37class HTMLDListElementImpl;
 
   38class HTMLUListElementImpl;
 
   39class HTMLOListElementImpl;
 
   40class HTMLDirectoryElementImpl;
 
   41class HTMLMenuElementImpl;
 
   42class 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...