103104105106107108109110111112113
/* * The candidate id could be any entry in the db. If search * dereferencing is not enabled then we return the results of the * descendant test. */ if ( ! mode.derefInSearching() ) { return isDescendant; } /*
169170171172173174175176177178179
/* * The candidate id could be any entry in the db. If search * dereferencing is not enabled then we return the results of the child * test. */ if ( ! mode.derefInSearching() ) { return isChild; } /*
104105106107108109110111112113114
170171172173174175176177178179180