- From: Joseph Kesselman <Joseph_Kesselman@lotus.com>
- Date: Fri, 17 Nov 2000 16:25:53 -0500
- To: www-dom@w3.org
To clone a DOM Node object, use the cloneNode() method on the Node interface. See the DOM specification for details of that operation. At this time, the DOM API makes no promises about multitasking, and provides no locking mechanisms. Individual DOM implementations may do so. If yours does, cloneNode() will probably lock the DOM for the duration of the clone operation -- but check the documentation for your DOM implementation (or ask its authors) to find out. ______________________________________ Joe Kesselman / IBM Research
Received on Saturday, 18 November 2000 11:48:57 UTC