HTMLCollection

Module:
html
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

item
namedItem
tags

item


Node item(
    in unsigned long index); 


namedItem


Node namedItem(
    in DOMString name); 


tags


NodeList tags(
    in DOMString name); 

Member Data

length

length


readonly attribute unsigned long length; 

 

Last Updated: 2009-05-29