|
|
Test Case taDOM3/10-taDOM3-26-COtaDOM3 Lock Requests of executed Operation getChildNodes(contextElementNode) returns NodelistThe getChildNodes operation returns a node list with all child nodes of the context node CO.
Behavior specified with base operations:- readCO
- readFC
- readCH
- readLC
- useCOFCE
- useCOLCE
- useFCPSE
- useFCNSE
- useCHPSE
- useCHNSE
- useLCPSE
- useLCNSE
Read Set = CO FC CH LC COFCE COLCE FCPSE FCNSE CHPSE CHNSE LCPSE LCNSE , Write Set = - LockRequest[node=CO,lock:LR,PSE:-,NSE:-,FCE:-,LCE:-]
taDOM3 Lock Requests of checked Operation prependChild(contextElementNode, childType, childValue) executed on node COThe 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.
Bahavior specified with base operations:- readCO
- modifyCOFCE
- modifyCOLCE
Read and write sets for execution on CO:Read Set = CO , Write Set = COFCE COLCE - LockRequest[node=CO,lock:NRCX,PSE:-,NSE:-,FCE:EX,LCE:EX] on CO
Operations must be incompatibleCheck | Existing LockRequest[node=CO,lock:LR,PSE:-,NSE:-,FCE:-,LCE:-] with Requested LockRequest[node=CO,lock:NRCX,PSE:-,NSE:-,FCE:EX,LCE:EX] on CO | Requested lock NRCX on CO incompatible to existing lock LR.
| Incompatible | Test Case Ok |
|