DOM_NodeList

External objects

Properties Methods 

Properties

$lengthThe number of nodes in the node list
$useobjectrefsIf true,the object works with object references rather than objects (so object return values are object references and object parameters must be object references)

Methods

$item$item(iIndex) returns object iIndex from the node list; indexing starts at zero; a bad index results in a NULL return value