We should implement recursive scan of whole subtree, filtered by predicate.
If Predicate is instance of XMLSelector, we should do exactly the same as to already implemented "find(XMLSelector)" function.
Maybe to make everything easier we should implement descendants method, which returns unfiltered CQuery with whole subtree and then simply apply filter?
We should implement recursive scan of whole subtree, filtered by predicate.
If Predicate is instance of XMLSelector, we should do exactly the same as to already implemented "find(XMLSelector)" function.
Maybe to make everything easier we should implement `descendants` method, which returns unfiltered CQuery with whole subtree and then simply apply filter?
We should implement recursive scan of whole subtree, filtered by predicate.
If Predicate is instance of XMLSelector, we should do exactly the same as to already implemented "find(XMLSelector)" function.
Maybe to make everything easier we should implement
descendantsmethod, which returns unfiltered CQuery with whole subtree and then simply apply filter?