|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescendantNode
Tests whether the selector
node is a descendant of a
node reachable by absolute path path
.
A node-tuple satisfies the constraint only if:
selectorNode.getAncestor(n).isSame(session.getNode(path)) && selectorNode.getDepth() > nwould return true for some non-negative integer
n
, where selectorNode
is the node for the specified selector.
Method Summary | |
---|---|
java.lang.String |
getAncestorPath()
Gets the absolute path. |
java.lang.String |
getSelectorName()
Gets the name of the selector against which to apply this constraint. |
Method Detail |
---|
java.lang.String getSelectorName()
java.lang.String getAncestorPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |