Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > moveBefore

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.