KJS::DOMCSSStyleSheet Class Reference
Inheritance diagram for KJS::DOMCSSStyleSheet:

Detailed Description
Definition at line 117 of file kjs_css.h.
Public Types | |
| enum | { OwnerRule, CssRules, Rules, InsertRule, DeleteRule, AddRule, RemoveRule } |
Public Member Functions | |
| DOMCSSStyleSheet (ExecState *exec, const DOM::CSSStyleSheet &ss) | |
| virtual | ~DOMCSSStyleSheet () |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| virtual const ClassInfo * | classInfo () const |
| DOM::CSSStyleSheet | toCSSStyleSheet () const |
Static Public Attributes | |
| static const ClassInfo | info |
The documentation for this class was generated from the following files:

