多くのテーブルがあり、少なくともliノードを含むテーブルを除いて、これらのテーブルからすべてのノードを選択したいと思います。
例:
<table>
<tr><td>all these nodes should match</td></tr>
</table>
<table>
<tr><td><ul><li>all these nodes including table should NOT match</li></ul></td></tr>
</table>
<table>
<tr><td><div>all these nodes should match</div></td></tr>
</table>