You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by David Braaten <da...@multiactive.com> on 2001/02/10 00:03:30 UTC

Xalan C++, How does the node indexing work?

The XalanSourceTree introduced node-order indexing, but I haven't seen
node-order indexing before.

Is it as simple as: For a given Parent Node, the child returned by
getFirstChild would return a node with an index of 0 and calling
getNextSibling would
return a node with an index of 1, etc...  ?


A short explanation would be much appreciated ;)

tia
-Dave