nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
HTMLCollection Interface Reference

import <dom.idl;

Inheritance diagram for HTMLCollection:
HTMLAllCollection HTMLFormControlsCollection HTMLOptionsCollection HTMLPropertiesCollection

Public Member Functions

getter Element item (unsigned long index)
 
getter Element namedItem (DOMString name)
 

Public Attributes

readonly attribute unsigned long length
 

Detailed Description

Definition at line 123 of file dom.idl.

Member Function Documentation

◆ item()

getter Element HTMLCollection::item ( unsigned long  index)

Implemented in HTMLAllCollection.

◆ namedItem()

getter Element HTMLCollection::namedItem ( DOMString  name)

Implemented in HTMLPropertiesCollection.

Member Data Documentation

◆ length

readonly attribute unsigned long HTMLCollection::length

Definition at line 124 of file dom.idl.


The documentation for this interface was generated from the following file: