dom2_views.cpp
75CSSStyleDeclaration AbstractView::getComputedStyle(const Element &elt, const DOMString &pseudoElt)
CSSStyleDeclaration getComputedStyle(const Element &elt, const DOMString &pseudoElt)
Introduced in DOM Level 2 This method is from the ViewCSS interface.
Definition dom2_views.cpp:75
Document document() const
The source DocumentView of which this is an AbstractView.
Definition dom2_views.cpp:67
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition css_value.h:61
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition dom_exception.h:58
The Document interface represents the entire HTML or XML document.
Definition dom_doc.h:246
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition dom_element.h:211
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
Definition design.h:57