| Tests whether the
DescendantNodeJoin.getDescendantSelectorName descendantSelector node
is a descendant of the
DescendantNodeJoin.getAncestorSelectorName ancestorSelector node. A node-tuple satisfies the constraint only if:
descendantSelectorNode.getAncestor(n).isSame(ancestorSelectorNode) &&
descendantSelectorNode.getDepth() > n
would return true some some non-negative integer n , where
descendantSelectorNode is the node for
DescendantNodeJoin.getDescendantSelectorName descendantSelector and
ancestorSelectorNode is the node for
DescendantNodeJoin.getAncestorSelectorName ancestorSelector .
The query is invalid if:
|