DOMComment.RemoveChild

Syntax:

RemoveChild(<Node>)

Parameters:

<Node> (required)

Type: DOMComment.
The removed DOM node.

Returned value:

Type: DOMComment.
The removed node.

Description:

Removes a node from the child node list.

Availability:

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

Note:

An exception is triggered:
  • if this node is read-only;
  • if the removed node cannot be found;
  • if the removed node is a child of the Document node, an exception is triggered;
  • if the implementation does not support deletion of DocumentType and Element nodes.

    

1C:Enterprise Developer's Community