UniKL Logo

Lehrgebiet Informationssysteme

FB Informatik

FB Informatik
 
LG IS
AG DBIS
AG HIS
Jobs / Tasks
Courses
Publications
Contact
Misc
Impressum
(C) AG DBIS
 

Use Case 28:

Node Operation insertBefore(contextNode, siblingType, siblingValue)
returns Node

The insertBefore operation is executed on the context element node CO and inserts a new previous sibling node before the context node CO. There does not exist a previous sibling, so the context element node was the first child of the parent node PA and the inserted new sibling node (the new first 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 28-1 for taDOM2 Lock Requests:
NodeLockPSENSEFCELCE
CONREX---
CNNR----
PACX--EX-
Scenario 28-2 for taDOM2+ Lock Requests:
NodeLockPSENSEFCELCE
CONREX---
CNNR----
PACX--EX-
Scenario 28-3 for taDOM3 Lock Requests:
NodeLockPSENSEFCELCE
CONREX---
PACX--EX-
Scenario 28-4 for taDOM3+ Lock Requests:
NodeLockPSENSEFCELCE
CONREX---
PACX--EX-

Operation behavior described with base operations:

  • readCO
  • modifyCOPSE
  • modifyPAFCE
Read Set = CO , Write Set = PAFCE COPSE

This operation can be executed on the following nodes:

  • AC
  • PA
  • PS
  • CO
  • FC
  • CH
  • LC
  • DC

If this operation is executed the following nodes are existing:

  • AC
  • PA
  • CO
  • NS
  • FC
  • CH
  • LC
  • DC
  • CA
  • AX