HTMLNodeList
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. HTML node are retrieved during iteration.
Access to HTML node is possible using [...] operator. Index (starting from 0) is passed as an argument.
Methods:
Item
Description:
Availability:
See also:
HTMLElement, property ChildNodes
HTMLButtonElement, property ChildNodes
HTMLInputElement, property ChildNodes
HTMLHeadElement, property ChildNodes
HTMLHtmlElement, property ChildNodes
HTMLIFrameElement, property ChildNodes
HTMLEmbedElement, property ChildNodes
HTMLFrameElement, property ChildNodes
HTMLFrameSetElement, property ChildNodes
HTMLMetaElement, property ChildNodes
HTMLObjectElement, property ChildNodes
HTMLScriptElement, property ChildNodes
HTMLTableElement, property ChildNodes
HTMLTableRowElement, property ChildNodes
HTMLTableCellElement, property ChildNodes
HTMLTableColElement, property ChildNodes
HTMLTableCaptionElement, property ChildNodes
HTMLDivElement, property ChildNodes
HTMLHRElement, property ChildNodes
HTMLPreElement, property ChildNodes
HTMLImageElement, property ChildNodes
HTMLLinkElement, property ChildNodes
HTMLAnchorElement, property ChildNodes
HTMLAppletElement, property ChildNodes
HTMLFormElement, property ChildNodes
HTMLDocument, property ChildNodes
HTMLElement, method GetElementByTagName