Javascript Reference
Objects > childNodes
javascript childNodes Description
The object returned by the childNodes property of several W3C DOM objects is a collection (array) of references to Node objects that are immedia
javascript childNodes length
Returns the number of nodes in the collection. var howMany = document.getElementById("myTable").attributes.length;
javascript childNodes item( )
Returns a single Node object corresponding to the element matching the index value.
javascript childNodes urns( )
The urns() method of childNodes is described in chapter: javascript all urns( )

Powered by Linode.