ReactOS 0.4.15-dev-7958-gcd0bb1a
nsIDOMHTMLCollection Interface Reference
Inheritance diagram for nsIDOMHTMLCollection:
Collaboration diagram for nsIDOMHTMLCollection:

Public Member Functions

nsresult GetLength (uint32_t *aLength)
 
nsresult Item (uint32_t index, nsIDOMNode **_retval)
 
nsresult NamedItem (const nsAString *name, nsIDOMNode **_retval)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 862 of file nsiface.idl.

Member Function Documentation

◆ GetLength()

nsresult nsIDOMHTMLCollection::GetLength ( uint32_t aLength)

◆ Item()

nsresult nsIDOMHTMLCollection::Item ( uint32_t  index,
nsIDOMNode **  _retval 
)

◆ NamedItem()

nsresult nsIDOMHTMLCollection::NamedItem ( const nsAString name,
nsIDOMNode **  _retval 
)

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