DOM::CSSStyleSheetImpl Class Reference
Inheritance diagram for DOM::CSSStyleSheetImpl:

Public Member Functions | |
CSSStyleSheetImpl (DOM::NodeImpl *parentNode, DOM::DOMString href=DOMString(), bool _implicit=false) | |
CSSStyleSheetImpl (CSSStyleSheetImpl *parentSheet, DOM::DOMString href=DOMString()) | |
CSSStyleSheetImpl (CSSRuleImpl *ownerRule, DOM::DOMString href=DOMString()) | |
CSSStyleSheetImpl (DOM::NodeImpl *parentNode, CSSStyleSheetImpl *orig) | |
CSSStyleSheetImpl (CSSRuleImpl *ownerRule, CSSStyleSheetImpl *orig) | |
virtual bool | isCSSStyleSheet () const |
virtual DOM::DOMString | type () const |
CSSRuleImpl * | ownerRule () const |
CSSRuleList | cssRules () |
unsigned long | insertRule (const DOM::DOMString &rule, unsigned long index, int &exceptioncode) |
void | deleteRule (unsigned long index, int &exceptioncode) |
virtual bool | parseString (const DOMString &string, bool strict=true) |
bool | isLoading () const |
void | setNonCSSHints () |
virtual void | checkLoaded () const |
khtml::DocLoader * | docLoader () const |
DocumentImpl * | doc () const |
bool | implicit () const |
Protected Attributes | |
DocumentImpl * | m_doc |
bool | m_implicit |
Detailed Description
Definition at line 81 of file css_stylesheetimpl.h.
The documentation for this class was generated from the following files: