| Tests whether the
ChildNodeJoinCondition.getChildSelectorName childSelector node is a child
of the
ChildNodeJoinCondition.getParentSelectorName parentSelector node. A node-tuple
satisfies the constraint only if:
childSelectorNode.getParent().isSame(parentSelectorNode)
would return true, where childSelectorNode is the node for
ChildNodeJoinCondition.getChildSelectorName childSelector and parentSelectorNode
is the node for
ChildNodeJoinCondition.getParentSelectorName parentSelector .
The query is invalid if:
since: JCR 2.0 |