|
|
| Use Case 30: | Node Operation insertAfter(contextNode, siblingType, siblingValue) returns Node |
| The 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.
- This operation can be executed on an element context node
- This operation can be executed on an text context node
| Scenario 30-1 for taDOM2 Lock Requests: | Node | Lock | PSE | NSE | FCE | LCE |
CO | NR | - | EX | - | - |
CN | NR | - | - | - | - |
PA | CX | - | - | - | EX |
Scenario 30-2 for taDOM2+ Lock Requests: | Node | Lock | PSE | NSE | FCE | LCE |
CO | NR | - | EX | - | - |
CN | NR | - | - | - | - |
PA | CX | - | - | - | EX |
Scenario 30-3 for taDOM3 Lock Requests: | Node | Lock | PSE | NSE | FCE | LCE |
CO | NR | - | EX | - | - |
PA | CX | - | - | - | EX |
Scenario 30-4 for taDOM3+ Lock Requests: | Node | Lock | PSE | NSE | FCE | LCE |
CO | NR | - | EX | - | - |
PA | CX | - | - | - | EX |
| Operation behavior described with base operations:- readCO
- modifyCONSE
- modifyPALCE
Read Set = CO , Write Set = PALCE CONSE
This operation can be executed on the following nodes:If this operation is executed the following nodes are existing: |
|