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.