import "HTMLCollection.idl";
Inherited by HTMLOptionsCollection.
Inheritance diagram for HTMLCollection:

Public Member Functions | |
| Node | item (in unsigned long index) |
| Node | namedItem (in DOMString name) |
Public Attributes | |
| readonly attribute unsigned long | length |
Definition at line 23 of file HTMLCollection.idl.
| Node item | ( | in unsigned long | index | ) |
Implemented in HTMLOptionsCollection.
| Node namedItem | ( | in DOMString | name | ) |
Implemented in HTMLOptionsCollection.
| readonly attribute unsigned long length |
Definition at line 24 of file HTMLCollection.idl.
1.5.1