KHTML
Go to the documentation of this file.
24 #include "css/css_base.h"
25 #include "html/html_miscimpl.h"
49 NodeImpl* ohandle = other.
handle();
50 if (!ohandle || !ohandle->isHTMLElement()) {
66 return ((ElementImpl *)
impl)->getAttribute(ATTR_ID);
71 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ID, value);
77 return ((ElementImpl *)
impl)->getAttribute(ATTR_TITLE);
82 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_TITLE, value);
88 return ((ElementImpl *)
impl)->getAttribute(ATTR_LANG);
93 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_LANG, value);
99 return ((ElementImpl *)
impl)->getAttribute(ATTR_DIR);
104 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_DIR, value);
110 return ((ElementImpl *)
impl)->getAttribute(ATTR_CLASS);
115 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_CLASS, value);
120 int id = getPropertyID(property.
string().toLower().toLatin1().constData(),
property.length());
127 int id = getPropertyID(property.
string().toLower().toLatin1().constData(),
property.length());
135 return ((HTMLElementImpl *)
impl)->innerHTML();
142 int exceptioncode = 0;
143 ((HTMLElementImpl *)
impl)->setInnerHTML( html, exceptioncode );
151 return ((HTMLElementImpl *)
impl)->innerText();
158 int exceptioncode = 0;
159 ((HTMLElementImpl *)
impl)->setInnerText( text, exceptioncode );
188 if(!
impl)
return false;
193 if(!
impl)
return "inherit";
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:41:06 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.