Inserts the node newChild before the existing child node refChild. If refChild is null, insert newChild at the end of the list of children.
@param newChild The node to insert
@param refChild The reference node (that is, the node before which the newnode must be inserted), or null
@return The node being inserted
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.