Package javax.jcr.query.qom
Interface DescendantNodeJoinCondition
- All Superinterfaces:
JoinCondition
- All Known Implementing Classes:
DescendantNodeJoinConditionImpl
Tests whether the
descendantSelector
node
is a descendant of the ancestorSelector
node. A node-tuple satisfies the constraint only if:
descendantSelectorNode.getAncestor(n).isSame(ancestorSelectorNode) invalid input: '&'invalid input: '&' descendantSelectorNode.getDepth() > nwould return true some some non-negative integer
n
, where
descendantSelectorNode
is the node for descendantSelector
and ancestorSelectorNode
is the node for ancestorSelector
.- Since:
- JCR 2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the ancestor selector.Gets the name of the descendant selector.