KHtml
dom2_views.cpp
82 CSSStyleDeclaration AbstractView::getComputedStyle(const Element &elt, const DOMString &pseudoElt)
88 return impl->getComputedStyle(static_cast<ElementImpl *>(elt.handle()), pseudoElt.implementation());
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition: css_value.h:59
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:58
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition: dom_element.h:212
CSSStyleDeclaration getComputedStyle(const Element &elt, const DOMString &pseudoElt)
Introduced in DOM Level 2 This method is from the ViewCSS interface.
Definition: dom2_views.cpp:82
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:246
Document document() const
The source DocumentView of which this is an AbstractView.
Definition: dom2_views.cpp:73
This library provides a full-featured HTML parser and widget.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Mar 2 2021 01:00:19 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Mar 2 2021 01:00:19 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.