Haxe API Documentation
Back | Index
extern class js.html.NodeList
Available in 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.
var length(default,null) : Int
Reflects the number of elements in the NodeList. 
function item(index : Int) : Node
Back | Index