Re: Question about getNextSibling/getPre

>This is something I raised a while back, and currently, the answer is no -
>that is, the current dom interfaces don't have enough methods for this to be
>possible.  Eg there is no setParent() method for a Node, so you can't
>genericly set the parent - you have to cast to an internal, proprietry class
>to do that.

I think the intent is for the DOM to be fairly orthagonal in this
regard (basically, every getXXXX() has an equivalent setXXXX()). So
comments like this are very valuable.

Received on Tuesday, 10 March 1998 10:46:17 UTC