DOMTreeWalker.Default

Syntax:

New DOMTreeWalker(<Document>, <Filter>, <Node>, <TabEntityReferences>)

Parameters:

<Document> (required)

Type: DOMDocument.
DOM document that owns the nodes.

<Filter> (optional)

Type: DOMNodeFilter.
DOM nodes filter. If filter is not specified, all nodes will be iterated.

<Node> (optional)

Type: DOMAttribute, DOMDocument, DOMElement, DOMDocumentType, DOMNotation, DOMEntity, DOMDocumentFragment, DOMText, DOMComment, DOMCDATASection, DOMProcessingInstruction, DOMEntityReference, XPathNamespace.
If a node is not specified, then DOM document will be used as the root node.

<TabEntityReferences> (optional)

Type: Boolean.
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:

Creates an object instance.

    

1C:Enterprise Developer's Community