|
nsgenbind
|
import <html.idl;
Public Member Functions | |
| Element | item (unsigned long index) |
| HTMLCollection or Element | item (DOMString name) |
| legacycaller | getter (HTMLCollection or Element)? namedItem(DOMString name) |
Public Member Functions inherited from HTMLCollection | |
| getter Element | namedItem (DOMString name) |
Additional Inherited Members | |
Public Attributes inherited from HTMLCollection | |
| readonly attribute unsigned long | length |
| legacycaller HTMLAllCollection::getter | ( | HTMLCollection or | Element | ) |
| HTMLCollection or Element HTMLAllCollection::item | ( | DOMString | name | ) |
| Element HTMLAllCollection::item | ( | unsigned long | index | ) |
Implements HTMLCollection.