Public Member Functions | Public Attributes

nsIDOMHTMLCollection Interface Reference

The nsIDOMHTMLCollection interface is an interface to a collection of [X]HTML elements. More...

import "nsIDOMHTMLCollection.idl";

List of all members.

Public Member Functions

nsIDOMNode item (in unsigned long index)
nsIDOMNode namedItem (in DOMString name)

Public Attributes

readonly attribute unsigned long length

Detailed Description

The nsIDOMHTMLCollection interface is an interface to a collection of [X]HTML elements.

This interface is trying to follow the DOM Level 2 HTML specification: http://www.w3.org/TR/DOM-Level-2-HTML/

with changes from the work-in-progress WHATWG HTML specification: http://www.whatwg.org/specs/web-apps/current-work/


Member Function Documentation

nsIDOMNode nsIDOMHTMLCollection::item ( in unsigned long  index  ) 
nsIDOMNode nsIDOMHTMLCollection::namedItem ( in DOMString  name  ) 

Member Data Documentation

readonly attribute unsigned long nsIDOMHTMLCollection::length

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