class js.html.NodeList

Available on js

NodeList objects are collections of nodes returned by getElementsByTagName, getElementsByTagNameNS, Node.childNodes , querySelectorAll, getElementsByClassName, etc.NodeList objects are collections of nodes returned by getElementsByTagName, getElementsByTagNameNS, Node.childNodes , querySelectorAll, getElementsByClassName, etc.

Documentation for this class was provided by MDN.

Instance Fields

var length:Int

Reflects the number of elements in the NodeList. 

function item(index:Int):Node