32#include <dom/html_element.h>
34#include <tdelibs_export.h>
37class HTMLGenericElementImpl;
38class HTMLAnchorElementImpl;
191 long tabIndex()
const;
196 void setTabIndex(
long );
251class HTMLBRElementImpl;
292class HTMLFontElementImpl;
361class HTMLModElementImpl;
417class HTMLQuoteElementImpl;
This class implements the basic string we use in the DOM.
All HTML element interfaces derive from this class.
Notice of modification to part of a document.
For the Q and BLOCKQUOTE 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...