Re: NodeIterator interface in TreeIterator

At 08:44 AM 5/19/98 -0400, Bart Schuller wrote:
>Hello,
>
>I'm trying to implement DOM in perl and was wondering what the semantics
>of the NodeIterator interface for TreeIterators should be. Do the
>NodeIterator methods only navigate the siblings of the current node, or
>do they define an ordering (depth first for example) for all the nodes
>in the tree?

I'd suggest holding off on the implementation of TreeIterators; I think the
WG decided at the last meeting that they caused more complications than can
be resolved in Level 1.

Received on Tuesday, 19 May 1998 09:14:54 UTC