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

Detailed Description
Definition at line 82 of file css_stylesheetimpl.h.
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) | |
~CSSStyleSheetImpl () | |
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) |
void | addNamespace (CSSParser *p, const DOM::DOMString &prefix, const DOM::DOMString &uri) |
void | determineNamespace (Q_UINT32 &id, const DOM::DOMString &prefix) |
Q_UINT32 | defaultNamespace () |
void | setCharset (const DOMString &charset) |
const DOMString & | charset () const |
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 |
Q_UINT32 | m_defaultNamespace |
CSSNamespace * | m_namespaces |
DOMString | m_charset |
The documentation for this class was generated from the following files: