Re: [JXPath] unordered node-sets

2005-01-20 Thread Knut Wannheden
Dmitri, Dmitri Plotnikov dmitri at apache.org writes: Ok, I think I now get it. Sorry about having been so obtuse. To make the search interruptable, we should eliminate the isChildOrderingRequired method. Actually I don't even know why we have it. Paths like //foo would produce results in

Re: [JXPath] unordered node-sets

2005-01-19 Thread Dmitri Plotnikov
Knut, Knut Wannheden [EMAIL PROTECTED] wrote: Dmitri, Dmitri Plotnikov apache.org writes: You are right - I am starting to forget everything. The node set does not have to be ordered, but if I want to implement axes like preceding and following, I have to impose some order on the object