|
|
Test Case taDOM3/26-taDOM3-30-COtaDOM3 Lock Requests of executed Operation prependChild(contextElementNode, childType, childValue) returns NodeThe prependChild operation is executed on the context element node CO and prepends a new child. The context element node CO has still no child nodes before this operation. The CX resp. NRCX lock on the context node is caused by the SX lock on the new child. The new prepended child node (the now only child) is returned.
Behavior specified with base operations:- readCO
- modifyCOFCE
- modifyCOLCE
Read Set = CO , Write Set = COFCE COLCE - LockRequest[node=CO,lock:NRCX,PSE:-,NSE:-,FCE:EX,LCE:EX]
taDOM3 Lock Requests of checked Operation insertAfter(contextNode, siblingType, siblingValue) executed on node COThe insertAfter operation is executed on the context element node CO and inserts a new next sibling node after the context node CO. There does not exist a next sibling, so the context element node was the last child of the parent node PA and the inserted new sibling node (the new last child of PA) is returned.
Bahavior specified with base operations:- readCO
- modifyCONSE
- modifyPALCE
Read and write sets for execution on CO:Read Set = CO , Write Set = PALCE CONSE - LockRequest[node=CO,lock:NR,PSE:-,NSE:EX,FCE:-,LCE:-] on CO
- LockRequest[node=PA,lock:CX,PSE:-,NSE:-,FCE:-,LCE:EX] on CO
Operations must be compatibleCheck | Existing LockRequest[node=CO,lock:NRCX,PSE:-,NSE:-,FCE:EX,LCE:EX] with Requested LockRequest[node=CO,lock:NR,PSE:-,NSE:EX,FCE:-,LCE:-] on CO | Requested lock IR on AC compatible to existing lock IX. Requested lock IR on PA compatible to existing lock IX. Requested lock NR on CO compatible to existing lock NRCX.
| Compatible | Check | Existing LockRequest[node=CO,lock:NRCX,PSE:-,NSE:-,FCE:EX,LCE:EX] with Requested LockRequest[node=PA,lock:CX,PSE:-,NSE:-,FCE:-,LCE:EX] on CO | Requested lock IX on AC compatible to existing lock IX. Requested lock CX on PA compatible to existing lock IX.
| Compatible | Test Case Ok |
|