KDE 4.5 PyKDE API Reference
  • KDE's Python API
  • Overview
  • PyKDE Home
  • Sitemap
  • Contact Us
 

StyleSheet Class Reference

from PyKDE4.khtml import *

Subclasses: DOM.CSSStyleSheet
Namespace: DOM

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 <a href="http://www.w3.org/TR/REC-html40/struct/links.html#h-12.3"> LINK element, or an inline <a href="http://www.w3.org/TR/REC-html40/present/styles.html#h-14.2.3"> STYLE element. In XML, this interface represents an external style sheet, included via a <a href="http://www.w3.org/TR/xml-stylesheet"> style sheet processing instruction .


Methods

 __init__ (self)
 __init__ (self, DOM.StyleSheet other)
KUrl baseUrl (self)
bool disabled (self)
DOM.DOMString href (self)
bool isCSSStyleSheet (self)
bool isNull (self)
DOM.MediaList media (self)
DOM.Node ownerNode (self)
DOM.StyleSheet parentStyleSheet (self)
 setDisabled (self, bool a0)
DOM.DOMString title (self)
DOM.DOMString type (self)

Method Documentation

__init__ (   self )
__init__ (  self,
DOM.StyleSheet  other
)
KUrl baseUrl (   self )

Internal:

bool disabled (   self )

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.

DOM.DOMString href (   self )

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 <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-href"> href attribute definition for the LINK element in HTML 4.0, and the href pseudo-attribute for the XML style sheet processing instruction .

bool isCSSStyleSheet (   self )
bool isNull (   self )
DOM.MediaList media (   self )

The intended destination media for style information. The media is often specified in the ownerNode . See the <a href="http://www.w3.org/TR/REC-html40/present/styles.html#adef-media"> media attribute definition for the LINK element in HTML 4.0, and the media pseudo-attribute for the XML style sheet processing instruction .

DOM.Node ownerNode (   self )

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.

DOM.StyleSheet parentStyleSheet (   self )

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.

setDisabled (  self,
bool  a0
)

see disabled

DOM.DOMString title (   self )

The advisory title. The title is often specified in the ownerNode . See the <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-title"> title attribute definition for the LINK element in HTML 4.0, and the title pseudo-attribute for the XML style sheet processing instruction .

DOM.DOMString type (   self )

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 <a href="ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/"> ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/ . Also see the <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-type-A"> type attribute definition for the LINK element in HTML 4.0, and the type pseudo-attribute for the XML style sheet processing instruction .

  • Full Index

Modules

  • akonadi
  • dnssd
  • kdecore
  • kdeui
  • khtml
  • kio
  • knewstuff
  • kparts
  • kutils
  • nepomuk
  • phonon
  • plasma
  • polkitqt
  • solid
  • soprano
This documentation is maintained by Simon Edwards.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal