KHTML
css_stylesheet.cpp
DOM::DOMString mediaText() const
The parsable textual representation of the media list.
Definition: css_stylesheet.cpp:322
DOMString preferredStylesheetSet() const
Definition: css_stylesheet.cpp:486
CSSRule ownerRule() const
If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRul...
Definition: css_stylesheet.cpp:193
DOM::DOMString href() const
If the style sheet is a linked style sheet, the value of its attribute is its location.
Definition: css_stylesheet.cpp:100
CSSRuleList cssRules() const
The list of all CSS rules contained within the style sheet.
Definition: css_stylesheet.cpp:199
MediaList & operator=(const MediaList &other)
Definition: css_stylesheet.cpp:307
The CSSRule interface is the abstract base interface for any type of CSS statement .
Definition: css_rule.h:53
DOM::Node ownerNode() const
The node that associates this style sheet with the document.
Definition: css_stylesheet.cpp:88
void appendMedium(const DOM::DOMString &newMedium)
Adds the medium newMedium to the end of the list.
Definition: css_stylesheet.cpp:360
static bool isCSSExceptionCode(int exceptioncode)
Definition: css_stylesheet.cpp:134
MediaList media() const
The intended destination media for style information.
Definition: css_stylesheet.cpp:112
CSSStyleSheet & operator=(const CSSStyleSheet &other)
Definition: css_stylesheet.cpp:171
The StyleSheet interface is the abstract base interface for any type of style sheet.
Definition: css_stylesheet.h:59
unsigned short code
An integer indicating the type of error generated.
Definition: css_stylesheet.h:188
DOM::DOMString item(unsigned long index) const
Returns the indexth in the list.
Definition: css_stylesheet.cpp:344
@ INVALID_MODIFICATION_ERR
Definition: css_stylesheet.h:193
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:59
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:246
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
Definition: css_stylesheet.h:324
DOM::DOMString type() const
This specifies the style sheet language for this style sheet.
Definition: css_stylesheet.cpp:70
Definition: css_stylesheet.h:462
StyleSheetList & operator=(const StyleSheetList &other)
Definition: css_stylesheet.cpp:251
Definition: css_stylesheet.h:484
StyleSheet parentStyleSheet() const
For style sheet languages that support the concept of style sheet inclusion, this attribute represent...
Definition: css_stylesheet.cpp:94
void setSelectedStylesheetSet(const DOMString &aString)
Definition: css_stylesheet.cpp:491
DOMString selectedStylesheetSet() const
Definition: css_stylesheet.cpp:496
bool disabled() const
false if the style sheet is applied to the document.
Definition: css_stylesheet.cpp:76
void deleteRule(unsigned long index)
Used to delete a rule from the style sheet.
Definition: css_stylesheet.cpp:217
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i....
Definition: css_stylesheet.h:219
StyleSheet item(unsigned long index)
Used to retrieve a style sheet by ordinal index.
Definition: css_stylesheet.cpp:272
The MediaList interface provides the abstraction of an ordered collection of media,...
Definition: css_stylesheet.h:378
DocumentStyle & operator=(const DocumentStyle &other)
Definition: css_stylesheet.cpp:455
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:271
unsigned long insertRule(const DOM::DOMString &rule, unsigned long index)
Used to insert a new rule into the style sheet.
Definition: css_stylesheet.cpp:205
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
Definition: css_rule.h:513
void deleteMedium(const DOM::DOMString &oldMedium)
Deletes the medium indicated by oldMedium from the list.
Definition: css_stylesheet.cpp:350
This exception is raised when a specific CSS operation is impossible to perform.
Definition: css_stylesheet.h:175
LinkStyle & operator=(const LinkStyle &other)
Definition: css_stylesheet.cpp:393
StyleSheet & operator=(const StyleSheet &other)
Definition: css_stylesheet.cpp:55
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.