DOM::StyleSheet Class Reference
TheStyleSheet
interface is the abstract base interface for any type of style sheet.
More...
#include <css_stylesheet.h>
Inheritance diagram for DOM::StyleSheet:

Public Member Functions | |
StyleSheet (const StyleSheet &other) | |
StyleSheet (StyleSheetImpl *impl) | |
StyleSheet & | operator= (const StyleSheet &other) |
DOM::DOMString | type () const |
bool | disabled () const |
void | setDisabled (bool) |
DOM::Node | ownerNode () const |
StyleSheet | parentStyleSheet () const |
DOM::DOMString | href () const |
DOM::DOMString | title () const |
MediaList | media () const |
bool | isCSSStyleSheet () const |
StyleSheetImpl * | handle () const |
bool | isNull () const |
Protected Attributes | |
StyleSheetImpl * | impl |
Detailed Description
TheStyleSheet
interface is the abstract base interface for any type of style sheet.
It represents a single style sheet associated with a structured document. In HTML, the StyleSheet interface represents either an external style sheet, included via the HTML LINK element, or an inline STYLE element. In XML, this interface represents an external style sheet, included via a style sheet processing instruction .
Definition at line 58 of file css_stylesheet.h.
Member Function Documentation
|
This specifies the style sheet language for this style sheet.
The style sheet language is specified as a content type (e.g. "text/css"). The content type is often specified in the Definition at line 71 of file css_stylesheet.cpp. |
|
Definition at line 77 of file css_stylesheet.cpp. |
|
see disabled
Definition at line 83 of file css_stylesheet.cpp. |
|
The node that associates this style sheet with the document.
For HTML, this may be the corresponding Definition at line 89 of file css_stylesheet.cpp. |
|
For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists. If the style sheet is a top-level style sheet, or the style sheet language does not support inclusion, the value of the attribute is null. Definition at line 95 of file css_stylesheet.cpp. Referenced by DOM::CSSRule::parentStyleSheet(). |
|
If the style sheet is a linked style sheet, the value of its attribute is its location.
For inline style sheets, the value of this attribute is null. See the href attribute definition for the Definition at line 101 of file css_stylesheet.cpp. |
|
The advisory title.
The title is often specified in the Definition at line 107 of file css_stylesheet.cpp. |
|
The intended destination media for style information.
The media is often specified in the Definition at line 113 of file css_stylesheet.cpp. |
The documentation for this class was generated from the following files: