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

moveAfter

moveAfter(siblingNode: JadeXMLNode input): JadeXMLNode updating;

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