Cloning a tree 2003-01-13 - By Jean Georges PERRIN
Hi,
I'd like to clone a Document and all its subnodes. Is there a quick method to do so or do I need to do it manual or even to reparse the whole tree?
I'd like something like: Document myDoc = mySourceDoc.clone();
myDoc could be modified in any way without altering mySourceDoc. Of course, the API could be named differently or it could go through a Builder...
Thanks for any help...
Jean Georges PERRIN
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|