- From: <keshlam@us.ibm.com>
- Date: Fri, 3 Mar 2000 17:21:51 -0500
- To: kboone@ebt.com
- cc: www-dom@w3.org, "Jeffrey Vogel (E-mail)" <jlv@ebt.com>
>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