tags:

views:

163

answers:

1

Say I found the node that meets my criteria and I need to stop the search.

A: 

I think the probable best solution is to throw an exception of your known type - then catch it on the calling side. I remember vaguely looking into this a while ago, and it seemed like this was the only way.

1800 INFORMATION