KJS::DOMStyleSheetList Class Reference
Inheritance diagram for KJS::DOMStyleSheetList:

Detailed Description
Definition at line 77 of file kjs_css.h.
Public Types | |
| Item | |
| Length | |
| enum | { Item, Length } |
Public Member Functions | |
| DOMStyleSheetList (ExecState *, const DOM::StyleSheetList &ssl, const DOM::Document &doc) | |
| virtual | ~DOMStyleSheetList () |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
| Value | tryCall (ExecState *exec, Object &thisObj, const List &args) |
| virtual bool | implementsCall () const |
| virtual const ClassInfo * | classInfo () const |
| virtual bool | toBoolean (ExecState *) const |
| DOM::StyleSheetList | toStyleSheetList () const |
Static Public Attributes | |
| static const ClassInfo | info = { "StyleSheetList", 0, &DOMStyleSheetListTable, 0 } |
The documentation for this class was generated from the following files:

