HTMLDocument.CreateTreeWalker

Syntax:

CreateTreeWalker(<Node>)

Parameters:

<Node> (required)

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

Returned value:

Type: DOMTreeWalker.

Description:

It creates a new hierarchical object for HTML document tree, starting from the specified root node.
The method corresponds to the Treewalker interface of W3C standard (for details http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/traversal.html#Traversal-TreeWalker).

Availability:

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

    

1C:Enterprise Developer's Community