Re: Comments on DOM2 CR

>As presently specified, DOM2 does not indicate how to obtain an instance
of
>DocumentTraversal.
In DOMs which support the Traversal feature, the DocumentTraversal
interface will be implemented by Document objects. This is shown in the
examples:
     NodeIterator
iter=((DocumentTraversal)document).creatNodeIterator(node,
NodeFilter.SHOW_ELEMENT, myFilter);

... but you're right, it doesn't seem to be stated explicitly. Oops!

I'll fix.



______________________________________
Joe Kesselman  / IBM Research

Received on Friday, 3 March 2000 17:24:00 UTC