moveBefore

moveBefore(siblingNode: JadeXMLNode input): JadeXMLNode updating;

The moveBefore method of the JadeXMLNode class moves the node to the position in the XML tree before the node specified in the siblingNode parameter, and returns a reference to the moved JadeXMLNode node instance.