All Classes |Grouped Classes |Index

Function item

Returns the indexth item in the collection.

	CL_DomNode CL_DomNodeList::item(
		unsigned long index);

Detailed description:

If index is greater than or equal to the number of nodes in the list, this returns an empty node.