• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KHTML

  • DOM
  • StyleSheet
Public Member Functions | Protected Attributes | List of all members
DOM::StyleSheet Class Reference

#include <css_stylesheet.h>

Inheritance diagram for DOM::StyleSheet:
Inheritance graph
[legend]

Public Member Functions

 StyleSheet ()
 
 StyleSheet (const StyleSheet &other)
 
 StyleSheet (StyleSheetImpl *impl)
 
 ~StyleSheet ()
 
KUrl baseUrl ()
 
bool disabled () const
 
StyleSheetImpl * handle () const
 
DOM::DOMString href () const
 
bool isCSSStyleSheet () const
 
bool isNull () const
 
MediaList media () const
 
StyleSheet & operator= (const StyleSheet &other)
 
DOM::Node ownerNode () const
 
StyleSheet parentStyleSheet () const
 
void setDisabled (bool)
 
DOM::DOMString title () const
 
DOM::DOMString type () const
 

Protected Attributes

StyleSheetImpl * impl
 

Detailed Description

The StyleSheet 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.

Constructor & Destructor Documentation

StyleSheet::StyleSheet ( )

Definition at line 38 of file css_stylesheet.cpp.

StyleSheet::StyleSheet ( const StyleSheet &  other)

Definition at line 43 of file css_stylesheet.cpp.

StyleSheet::StyleSheet ( StyleSheetImpl *  impl)

Definition at line 49 of file css_stylesheet.cpp.

StyleSheet::~StyleSheet ( )

Definition at line 65 of file css_stylesheet.cpp.

Member Function Documentation

KUrl StyleSheet::baseUrl ( )

Definition at line 124 of file css_stylesheet.cpp.

bool StyleSheet::disabled ( ) const

false if the style sheet is applied to the document.

true if it is not. Modifying this attribute may cause a reresolution of style for the document.

Definition at line 76 of file css_stylesheet.cpp.

StyleSheetImpl* DOM::StyleSheet::handle ( ) const
inline

Definition at line 163 of file css_stylesheet.h.

DOMString StyleSheet::href ( ) const

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 LINK element in HTML 4.0, and the href pseudo-attribute for the XML style sheet processing instruction .

Definition at line 100 of file css_stylesheet.cpp.

bool StyleSheet::isCSSStyleSheet ( ) const

Definition at line 118 of file css_stylesheet.cpp.

bool DOM::StyleSheet::isNull ( ) const
inline

Definition at line 164 of file css_stylesheet.h.

MediaList StyleSheet::media ( ) const

The intended destination media for style information.

The media is often specified in the ownerNode . See the media attribute definition for the LINK element in HTML 4.0, and the media pseudo-attribute for the XML style sheet processing instruction .

Definition at line 112 of file css_stylesheet.cpp.

StyleSheet & StyleSheet::operator= ( const StyleSheet &  other)

Definition at line 55 of file css_stylesheet.cpp.

DOM::Node StyleSheet::ownerNode ( ) const

The node that associates this style sheet with the document.

For HTML, this may be the corresponding LINK or STYLE element. For XML, it may be the linking processing instruction. For style sheets that are included by other style sheets, this attribute has a value of null.

Definition at line 88 of file css_stylesheet.cpp.

StyleSheet StyleSheet::parentStyleSheet ( ) const

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 94 of file css_stylesheet.cpp.

void StyleSheet::setDisabled ( bool  _disabled)

see disabled

Definition at line 82 of file css_stylesheet.cpp.

DOMString StyleSheet::title ( ) const

The advisory title.

The title is often specified in the ownerNode . See the title attribute definition for the LINK element in HTML 4.0, and the title pseudo-attribute for the XML style sheet processing instruction .

Definition at line 106 of file css_stylesheet.cpp.

DOMString StyleSheet::type ( ) const

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 ownerNode . A list of registered content types can be found at ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/ . Also see the type attribute definition for the LINK element in HTML 4.0, and the type pseudo-attribute for the XML style sheet processing instruction .

Definition at line 70 of file css_stylesheet.cpp.

Member Data Documentation

StyleSheetImpl* DOM::StyleSheet::impl
protected

Definition at line 166 of file css_stylesheet.h.


The documentation for this class was generated from the following files:
  • css_stylesheet.h
  • css_stylesheet.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KHTML

Skip menu "KHTML"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal