|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DescendantNodeJoinCondition
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) &&
descendantSelectorNode.getDepth() > n
would return true some some non-negative integer n, where
descendantSelectorNode is the node for
descendantSelector and
ancestorSelectorNode is the node for
ancestorSelector.
The query is invalid if:
descendantSelector is not the name
of a selector in the query, orancestorSelector is not the name of a
selector in the query, ordescendantSelector is the same as
ancestorSelector.
| Method Summary | |
|---|---|
String |
getAncestorSelectorName()
Gets the name of the ancestor selector. |
String |
getDescendantSelectorName()
Gets the name of the descendant selector. |
| Method Detail |
|---|
String getDescendantSelectorName()
String getAncestorSelectorName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||