KJS::DOMCSSRuleList Class Reference
Inheritance diagram for KJS::DOMCSSRuleList:

Detailed Description
Definition at line 130 of file kjs_css.h.
Public Types | |
| Item | |
| Length | |
| enum | { Item, Length } |
Public Member Functions | |
| DOMCSSRuleList (ExecState *, const DOM::CSSRuleList &rl) | |
| virtual | ~DOMCSSRuleList () |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| virtual const ClassInfo * | classInfo () const |
| DOM::CSSRuleList | toCSSRuleList () const |
Static Public Attributes | |
| static const ClassInfo | info = { "CSSRuleList", 0, &DOMCSSRuleListTable, 0 } |
Protected Attributes | |
| DOM::CSSRuleList | cssRuleList |
The documentation for this class was generated from the following files:

