|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChildNode
Tests whether the selector node is a child of a
node reachable by absolute path path.
selectorNode.getParent().isSame(session.getNode(path))would return true, where
selectorNode is the node for the
specified selector.
The query is invalid if:
selector is not the name of a selector in the
query, orpath is not a syntactically valid absolute path. Note,
however, that if the path is syntactically valid but does not identify a
node in the repository (or the node is not visible to this session,
because of access control constraints), the query is valid but the
constraint is not satisfied.
| Method Summary | |
|---|---|
String |
getPath()
Gets the absolute path. |
String |
getSelectorName()
Gets the name of the selector against which to apply this constraint. |
| Method Detail |
|---|
String getSelectorName()
String getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||