33#include <dom/html_element.h> 
   34#include <tdelibs_export.h> 
   38class HTMLTableCaptionElementImpl;
 
   82class HTMLTableCellElementImpl;
 
  113    long cellIndex() 
const;
 
  121    void setCellIndex( 
long  );
 
  208    long colSpan() 
const;
 
  213    void setColSpan( 
long  );
 
  255    void setNoWrap( 
bool );
 
  263    long rowSpan() 
const;
 
  268    void setRowSpan( 
long );
 
  313class HTMLTableColElementImpl;
 
  391    void setSpan( 
long  );
 
  422class HTMLTableElementImpl;
 
  562    void setCellPadding( 
const DOMString & );
 
  576    void setCellSpacing( 
const DOMString & );
 
  645    void deleteTHead (  );
 
  661    void deleteTFoot (  );
 
  677    void deleteCaption (  );
 
  709    void deleteRow ( 
long index );
 
  714class HTMLTableRowElementImpl;
 
  752    long rowIndex() 
const;
 
  760    void setRowIndex( 
long  );
 
  768    long sectionRowIndex() 
const;
 
  776    void setSectionRowIndex( 
long  );
 
  880    void deleteCell ( 
long index );
 
  885class HTMLTableSectionElementImpl;
 
  992    void deleteRow ( 
long index );
 
This class implements the basic string we use in the DOM.
 
An HTMLCollection is a list of nodes.
 
All HTML element interfaces derive from this class.
 
Table caption See the CAPTION element definition  in HTML 4.0.
 
The object used to represent the TH and TD elements.
 
Regroups the COL and COLGROUP elements.
 
The create* and delete* methods on the table allow authors to construct and modify tables.
 
The THEAD , TFOOT , and TBODY elements.
 
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...