khtml Library API Documentation

KJS::HTMLCollection Class Reference

Inheritance diagram for KJS::HTMLCollection:

Inheritance graph
[legend]
Collaboration diagram for KJS::HTMLCollection:

Collaboration graph
[legend]
List of all members.

Public Types

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
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

Detailed Description

Definition at line 166 of file kjs_html.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Sep 16 07:14:33 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003