HTMLDocument.CreateNodeIterator

Syntax:

CreateNodeIterator(<Node>)

Parameters:

<Node> (required)

Type: HTMLDocument.
HTMLDOM node is starting node of the iterator.

Returned value:

Type: DOMNodeIterator.

Description:

It creates a new iterator for HTML document sub-tree, starting from specified node. When created, the iterator is set to a position before the specified node.
The method corresponds to the NodeIterator interface of W3C standard (for details see http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/traversal.html#Traversal-NodeIterator).

Availability:

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

    

1C:Enterprise Developer's Community