|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChildNodeJoinCondition
Tests whether the childSelector node is a child
of the parentSelector node. A node-tuple
satisfies the constraint only if:
childSelectorNode.getParent().isSame(parentSelectorNode)would return true, where
childSelectorNode is the node for
childSelector and parentSelectorNode
is the node for parentSelector.
The query is invalid if:
childSelector is not the name of a
selector in the query, orparentSelector is not the name of a
selector in the query, orchildSelector is the same as
parentSelector.
| Method Summary | |
|---|---|
String |
getChildSelectorName()
Gets the name of the child selector. |
String |
getParentSelectorName()
Gets the name of the parent selector. |
| Method Detail |
|---|
String getChildSelectorName()
String getParentSelectorName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||