moveAsChildOf

moveAsChildOf(parentNode: JadeXMLNode input): JadeXMLNode updating;

The moveAsChildOf method of the JadeXMLNode class moves the node to the position in the XML tree as a child of the node specified in the parentNode parameter, and returns a reference to the moved JadeXMLNode node instance.