webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLCollection Interface Reference

import"HTMLCollection.idl";

Inheritance diagram for HTMLCollection:
HTMLFormControlsCollection HTMLOptionsCollection

Public Member Functions

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

Public Attributes

readonly attribute unsigned long length
 

Member Function Documentation

◆ item()

getter Element HTMLCollection::item ( unsigned long  index)

Implemented in HTMLOptionsCollection.

◆ namedItem()

getter Element HTMLCollection::namedItem ( DOMString  name)

Implemented in HTMLOptionsCollection.

Member Data Documentation

◆ length

readonly attribute unsigned long HTMLCollection::length

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