Short Name: Insert Before
Requires: Base Development System
Class: Node Methods
Inserts a node, New Child, before the existing Child Node Reference Child. If Reference Child is invalid, the parser inserts New Child at the end of the list of children.
Name | Type | Direction |
---|---|---|
Reference Child | Node | in |
New Child | Node | in |