KHTML
css_stylesheet.h
Go to the documentation of this file.
192 SYNTAX_ERR = 0,
193 INVALID_MODIFICATION_ERR = 1,
194 _EXCEPTION_OFFSET = 1000,
196 };
This exception is raised when a specific CSS operation is impossible to perform.
Definition: css_stylesheet.h:175
CSSException(const CSSException &other)
Definition: css_stylesheet.h:178
unsigned short code
An integer indicating the type of error generated.
Definition: css_stylesheet.h:188
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
Definition: css_rule.h:513
The CSSRule interface is the abstract base interface for any type of CSS statement .
Definition: css_rule.h:53
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i....
Definition: css_stylesheet.h:219
Definition: css_stylesheet.h:484
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:246
Definition: css_stylesheet.h:462
The MediaList interface provides the abstraction of an ordered collection of media,...
Definition: css_stylesheet.h:378
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:271
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
Definition: css_stylesheet.h:324
The StyleSheet interface is the abstract base interface for any type of style sheet.
Definition: css_stylesheet.h:59
The CSSNamespaceRule interface represents an.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.