HTMLNodeList

Collection elements:

HTMLAttribute, HTMLElement, HTMLButtonElement, HTMLInputElement, HTMLHeadElement, HTMLHtmlElement, HTMLIFrameElement, HTMLEmbedElement, HTMLFrameElement, HTMLFrameSetElement, HTMLMetaElement, HTMLObjectElement, HTMLScriptElement, HTMLTableElement, HTMLTableRowElement, HTMLTableCellElement, HTMLTableColElement, HTMLTableCaptionElement, HTMLDivElement, HTMLHRElement, HTMLPreElement, HTMLImageElement, HTMLLinkElement, HTMLAnchorElement, HTMLAppletElement, HTMLFormElement, HTMLDocument
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:

Count
Item

Description:

HTML node list.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

See also:

HTMLAttribute, property ChildNodes
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

    

1C:Enterprise Developer's Community