Re: Definition of cloneNode method

David Beech scripsit:

> Just to check my understanding of shallow cloneNode - this will copy the 
> chosen node, including its childNodes attribute, which (in IDL as in Java) 
> consists of references to other objects, i.e. to the original child nodes.  

No.  A shallow clone of a Node has no children; it is just the
"local" content of the node, without parent, siblings, or children.

-- 
John Cowan					cowan@ccil.org
		e'osai ko sarji la lojban.

Received on Wednesday, 30 December 1998 13:08:35 UTC