KJS::HTMLCollection Class Reference
Inheritance diagram for KJS::HTMLCollection:

Detailed Description
Definition at line 172 of file kjs_html.h.
Public Types | |
Item | |
NamedItem | |
Tags | |
enum | { Item, NamedItem, Tags } |
Public Member Functions | |
HTMLCollection (ExecState *exec, const DOM::HTMLCollection &c) | |
~HTMLCollection () | |
virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
virtual Value | tryCall (ExecState *exec, Object &thisObj, const List &args) |
virtual bool | implementsCall () const |
virtual bool | toBoolean (ExecState *) const |
virtual bool | hasProperty (ExecState *exec, const Identifier &p) const |
virtual ReferenceList | propList (ExecState *exec, bool recursive) |
Value | getNamedItems (ExecState *exec, const Identifier &propertyName) const |
virtual const ClassInfo * | classInfo () const |
DOM::HTMLCollection | toCollection () const |
virtual void | hide () |
Static Public Attributes | |
static const ClassInfo | info = { "HTMLCollection", 0, 0, 0 } |
Protected Attributes | |
DOM::HTMLCollection | collection |
bool | hidden |
The documentation for this class was generated from the following files: