|
|||||||||
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() > nwould return true some some non-negative integer
n
, where
descendantSelectorNode
is the node for descendantSelector
and ancestorSelectorNode
is the node for ancestorSelector
.
Method Summary | |
---|---|
java.lang.String |
getAncestorSelectorName()
Gets the name of the ancestor selector. |
java.lang.String |
getDescendantSelectorName()
Gets the name of the descendant selector. |
Method Detail |
---|
java.lang.String getDescendantSelectorName()
java.lang.String getAncestorSelectorName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |