29 #ifndef HTML_ELEMENT_H
30 #define HTML_ELEMENT_H
32 #include <dom/dom_element.h>
33 #include <tdelibs_export.h>
39 class HTMLElementImpl;
72 friend class ::TDEHTMLView;
173 void setInnerHTML(
const DOMString &html );
188 void setInnerText(
const DOMString &text );
205 void removeCSSProperty(
const DOMString& property );
216 void assignOther(
const Node &other,
int elementId );