isSame
method of javax.jcr.Item
. If {@link #getSelector2Path selector2Path} is omitted:selector1Node.isSame(selector2Node)would return true, where
selector1Node
is the node for {@link #getSelector1Name selector1} and selector2Node
is the node for {@link #getSelector2Name selector2}.selector1Node.isSame(selector2Node.getNode(selector2Path))would return true, where
selector1Node
is the node for {@link #getSelector1Name selector1} and selector2Node
is the node for {@link #getSelector2Name selector2}.isSame
method of javax.jcr.Item
. If {@link #getSelector2Path selector2Path} is omitted:selector1Node.isSame(selector2Node)would return true, where
selector1Node
is the node for {@link #getSelector1Name selector1} and selector2Node
is the node for {@link #getSelector2Name selector2}.selector1Node.isSame(selector2Node.getNode(selector2Path))would return true, where
selector1Node
is the node for {@link #getSelector1Name selector1} and selector2Node
is the node for {@link #getSelector2Name selector2}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|