25 #include <xml/dom_docimpl.h>
26 #include <html/html_baseimpl.h>
65 if(
impl) ((HTMLBodyElementImpl *)
impl)->setALink(value);
75 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_BACKGROUND, value);
85 if(
impl) ((HTMLBodyElementImpl *)
impl)->setBgColor(value);
95 if(
impl) ((HTMLBodyElementImpl *)
impl)->setLink(value);
105 if(
impl) ((HTMLBodyElementImpl *)
impl)->setText(value);
115 if(
impl) ((HTMLBodyElementImpl *)
impl)->setVLink(value);
151 return ((ElementImpl *)
impl)->getAttribute(ATTR_FRAMEBORDER);
156 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_FRAMEBORDER, value);
162 return ((ElementImpl *)
impl)->getAttribute(ATTR_LONGDESC);
167 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_LONGDESC, value);
173 return ((ElementImpl *)
impl)->getAttribute(ATTR_MARGINHEIGHT);
178 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_MARGINHEIGHT, value);
184 return ((ElementImpl *)
impl)->getAttribute(ATTR_MARGINWIDTH);
189 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_MARGINWIDTH, value);
195 return ((ElementImpl *)
impl)->getAttribute(ATTR_NAME);
200 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_NAME, value);
205 if(!
impl)
return false;
206 return !((ElementImpl *)
impl)->getAttribute(ATTR_NORESIZE).isNull();
216 ((ElementImpl *)
impl)->setAttribute(ATTR_NORESIZE, str);
223 return ((ElementImpl *)
impl)->getAttribute(ATTR_SCROLLING);
228 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_SCROLLING, value);
234 return ((ElementImpl *)
impl)->getAttribute(ATTR_SRC);
239 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_SRC, value);
281 return ((ElementImpl *)
impl)->getAttribute(ATTR_ALIGN);
286 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ALIGN, value);
292 return ((ElementImpl *)
impl)->getAttribute(ATTR_FRAMEBORDER);
297 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_FRAMEBORDER, value);
303 return ((ElementImpl *)
impl)->getAttribute(ATTR_HEIGHT);
308 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_HEIGHT, value);
314 return ((ElementImpl *)
impl)->getAttribute(ATTR_LONGDESC);
319 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_LONGDESC, value);
325 return ((ElementImpl *)
impl)->getAttribute(ATTR_MARGINHEIGHT);
330 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_MARGINHEIGHT, value);
336 return ((ElementImpl *)
impl)->getAttribute(ATTR_MARGINWIDTH);
341 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_MARGINWIDTH, value);
347 return ((ElementImpl *)
impl)->getAttribute(ATTR_NAME);
352 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_NAME, value);
358 return ((ElementImpl *)
impl)->getAttribute(ATTR_SCROLLING);
363 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_SCROLLING, value);
375 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_SRC, value);
381 return ((ElementImpl *)
impl)->getAttribute(ATTR_WIDTH);
386 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_WIDTH, value);
428 return ((ElementImpl *)
impl)->getAttribute(ATTR_COLS);
433 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_COLS, value);
439 return ((ElementImpl *)
impl)->getAttribute(ATTR_ROWS);
444 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ROWS, value);
480 return ((ElementImpl *)
impl)->getAttribute(ATTR_PROFILE);
485 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_PROFILE, value);
521 return ((ElementImpl *)
impl)->getAttribute(ATTR_VERSION);
526 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_VERSION, value);