KHTML
css_stylesheet.cpp
Go to the documentation of this file.
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
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
StyleSheet parentStyleSheet() const
For style sheet languages that support the concept of style sheet inclusion, this attribute represent...
Definition: css_stylesheet.cpp:94
bool disabled() const
false if the style sheet is applied to the document.
Definition: css_stylesheet.cpp:76
DOMString preferredStylesheetSet() const
Definition: css_stylesheet.cpp:486
CSSRuleList cssRules() const
The list of all CSS rules contained within the style sheet.
Definition: css_stylesheet.cpp:199
StyleSheetList styleSheets() const
Definition: css_stylesheet.cpp:481
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 item(unsigned long index) const
Returns the indexth in the list.
Definition: css_stylesheet.cpp:344
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:58
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 CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i...
Definition: css_stylesheet.h:218
Definition: css_stylesheet.h:483
MediaList media() const
The intended destination media for style information.
Definition: css_stylesheet.cpp:112
The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented.
Definition: css_stylesheet.h:377
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets...
Definition: css_stylesheet.h:323
void deleteMedium(const DOM::DOMString &oldMedium)
Deletes the medium indicated by oldMedium from the list.
Definition: css_stylesheet.cpp:350
StyleSheetList & operator=(const StyleSheetList &other)
Definition: css_stylesheet.cpp:251
CSSStyleSheet & operator=(const CSSStyleSheet &other)
Definition: css_stylesheet.cpp:171
Definition: css_stylesheet.h:461
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:245
void setSelectedStylesheetSet(const DOMString &aString)
Definition: css_stylesheet.cpp:491
LinkStyle & operator=(const LinkStyle &other)
Definition: css_stylesheet.cpp:393
void deleteRule(unsigned long index)
Used to delete a rule from the style sheet.
Definition: css_stylesheet.cpp:217
DOM::DOMString mediaText() const
The parsable textual representation of the media list.
Definition: css_stylesheet.cpp:322
void appendMedium(const DOM::DOMString &newMedium)
Adds the medium newMedium to the end of the list.
Definition: css_stylesheet.cpp:360
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules...
Definition: css_rule.h:512
MediaList & operator=(const MediaList &other)
Definition: css_stylesheet.cpp:307
The StyleSheet interface is the abstract base interface for any type of style sheet.
Definition: css_stylesheet.h:58
DOM::DOMString type() const
This specifies the style sheet language for this style sheet.
Definition: css_stylesheet.cpp:70
unsigned long length() const
The number of StyleSheet in the list.
Definition: css_stylesheet.cpp:266
The CSSRule interface is the abstract base interface for any type of CSS statement ...
Definition: css_rule.h:52
StyleSheet item(unsigned long index)
Used to retrieve a style sheet by ordinal index.
Definition: css_stylesheet.cpp:272
DOM::Node ownerNode() const
The node that associates this style sheet with the document.
Definition: css_stylesheet.cpp:88
DocumentStyle & operator=(const DocumentStyle &other)
Definition: css_stylesheet.cpp:455
StyleSheet & operator=(const StyleSheet &other)
Definition: css_stylesheet.cpp:55
This exception is raised when a specific CSS operation is impossible to perform.
Definition: css_stylesheet.h:174
unsigned short code
An integer indicating the type of error generated.
Definition: css_stylesheet.h:188
DOMString selectedStylesheetSet() const
Definition: css_stylesheet.cpp:496
static bool isCSSExceptionCode(int exceptioncode)
Definition: css_stylesheet.cpp:134
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.