DOMTreeWalker.PreviousNode

Syntax:

PreviousNode()

Returned value:

Type: DOMAttribute, DOMDocument, DOMElement, DOMDocumentType, DOMNotation, DOMEntity, DOMDocumentFragment, DOMText, DOMComment, DOMCDATASection, DOMProcessingInstruction, DOMEntityReference, XPathNamespace; Undefined.
If these are absent or the next node is outside the root node, iterator does not move and returns Undefined.

Description:

Performs a switch to the previous node. Iterator moves to the previous node relative to the current node that meets node filter conditions.

Availability:

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

    

1C:Enterprise Developer's Community