DOMTreeWalker.Default
Syntax:
Parameters:
<Document> (required)
DOM document that owns the nodes.
<Filter> (optional)
DOM nodes filter. If filter is not specified, all nodes will be iterated.
<Node> (optional)
If a node is not specified, then DOM document will be used as the root node.
<TabEntityReferences> (optional)
DOM entity reference flag. True - when tabbing an entity reference node, tab of entity contents nodes will be performed, otherwise no tabbing is performed.
Default value: True.
Description: