KHTML
Go to the documentation of this file.
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);
240 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_SRC, value);
282 return ((ElementImpl *)
impl)->getAttribute(ATTR_ALIGN);
287 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ALIGN, value);
293 return ((ElementImpl *)
impl)->getAttribute(ATTR_FRAMEBORDER);
298 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_FRAMEBORDER, value);
304 return ((ElementImpl *)
impl)->getAttribute(ATTR_HEIGHT);
309 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_HEIGHT, value);
315 return ((ElementImpl *)
impl)->getAttribute(ATTR_LONGDESC);
320 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_LONGDESC, value);
326 return ((ElementImpl *)
impl)->getAttribute(ATTR_MARGINHEIGHT);
331 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_MARGINHEIGHT, value);
337 return ((ElementImpl *)
impl)->getAttribute(ATTR_MARGINWIDTH);
342 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_MARGINWIDTH, value);
348 return ((ElementImpl *)
impl)->getAttribute(ATTR_NAME);
353 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_NAME, value);
359 return ((ElementImpl *)
impl)->getAttribute(ATTR_SCROLLING);
364 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_SCROLLING, value);
376 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_SRC, value);
382 return ((ElementImpl *)
impl)->getAttribute(ATTR_WIDTH);
387 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_WIDTH, value);
429 return ((ElementImpl *)
impl)->getAttribute(ATTR_COLS);
434 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_COLS, value);
440 return ((ElementImpl *)
impl)->getAttribute(ATTR_ROWS);
445 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ROWS, value);
481 return ((ElementImpl *)
impl)->getAttribute(ATTR_PROFILE);
486 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_PROFILE, value);
522 return ((ElementImpl *)
impl)->getAttribute(ATTR_VERSION);
527 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_VERSION, value);
HTMLFrameSetElement & operator=(const HTMLFrameSetElement &other)
void setRows(const DOMString &)
see rows
void setFrameBorder(const DOMString &)
see frameBorder
void setFrameBorder(const DOMString &)
see frameBorder
void setLongDesc(const DOMString &)
see longDesc
All HTML element interfaces derive from this class.
void setWidth(const DOMString &)
see width
DOMString text() const
Document text color.
void setText(const DOMString &)
see text
DOMString aLink() const
Color of active links (after mouse-button down, but before mouse-button up).
DOMString bgColor() const
Document background color.
DOMString vLink() const
Color of links that have been visited by the user.
void setScrolling(const DOMString &)
see scrolling
DOMString marginWidth() const
Frame margin width, in pixels.
Root of an HTML document.
DOMString link() const
Color of links that are not active and unvisited.
void setCols(const DOMString &)
see cols
DOMString cols() const
The number of columns of frames in the frameset.
This library provides a full-featured HTML parser and widget.
void setSrc(const DOMString &)
see src
void setVLink(const DOMString &)
see vLink
void setMarginWidth(const DOMString &)
see marginWidth
Document contentDocument() const
Introduced in DOM Level 2.
HTMLElement & operator=(const HTMLElement &other)
DOMString name() const
The frame name (object of the target attribute).
DOMString version() const
Version information about the document's DTD.
void setALink(const DOMString &)
see aLink
DOMString name() const
The frame name (object of the target attribute).
void setName(const DOMString &)
see name
DOMString align() const
Aligns this object (vertically or horizontally) with respect to its surrounding text.
HTMLHtmlElement & operator=(const HTMLHtmlElement &other)
void setBackground(const DOMString &)
see background
void setVersion(const DOMString &)
see version
DOMString frameBorder() const
Request frame borders.
void setMarginHeight(const DOMString &)
see marginHeight
The Document interface represents the entire HTML or XML document.
DOMString marginHeight() const
Frame margin height, in pixels.
DOMString longDesc() const
URI designating a long description of this image or frame.
DOMString background() const
URI of the background texture tile image.
Document contentDocument() const
Introduced in DOM Level 2.
void assignOther(const Node &other, int elementId)
void setHeight(const DOMString &)
see height
DOMString scrolling() const
Specify whether or not the frame should have scrollbars.
void setMarginWidth(const DOMString &)
see marginWidth
void setProfile(const DOMString &)
see profile
DOMString rows() const
The number of rows of frames in the frameset.
DOMString src() const
A URI designating the initial frame contents.
HTMLFrameElement & operator=(const HTMLFrameElement &other)
DOMString scrolling() const
Specify whether or not the frame should have scrollbars.
void setAlign(const DOMString &)
see align
DOMString longDesc() const
URI designating a long description of this image or frame.
void setLongDesc(const DOMString &)
see longDesc
HTMLHeadElement & operator=(const HTMLHeadElement &other)
This class implements the basic string we use in the DOM.
DOMString profile() const
URI designating a metadata profile.
void setNoResize(bool)
see noResize
DOMString marginHeight() const
Frame margin height, in pixels.
DOMString marginWidth() const
Frame margin width, in pixels.
HTMLIFrameElement & operator=(const HTMLIFrameElement &other)
DOMString width() const
Frame width.
void setSrc(const DOMString &)
see src
DOMString src() const
A URI designating the initial frame contents.
DOMString parsedUrl() const
Return a parsed url.
Document head information.
void setName(const DOMString &)
see name
The Node interface is the primary datatype for the entire Document Object Model.
bool noResize() const
When true, forbid user from resizing frame.
DOMString height() const
Frame height.
HTMLBodyElement & operator=(const HTMLBodyElement &other)
void setBgColor(const DOMString &)
see bgColor
void setScrolling(const DOMString &)
see scrolling
void setLink(const DOMString &)
see link
DOMString frameBorder() const
Request frame borders.
void setMarginHeight(const DOMString &)
see marginHeight
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.