ForwardXPathNavigator vs XSE

Note: this entry has moved.

Oleg has posted his code now too. I guess this way we're encouraging mutually to release code often ;). I must defend:

(btw, I'm musing if I have to adopt hype-before-release strategy? :).
Honestly, I was porting the code to v1.x :o).

Back to the issue, there's a fundamental difference in the approach between his class and my XSE API: his will consume the stream with a single query. Mine supports multiple handlers matching multiple elements at the same time. And it's still a pull-based API, where you have to iterate results, instead of being called when something you care happened (was matched). I look forward his XmlUpdater!

No Comments