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 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:
NodeLockPSENSEFCELCE
CONR-EX--
CNNR----
PACX---EX
Scenario 30-2 for taDOM2+ Lock Requests:
NodeLockPSENSEFCELCE
CONR-EX--
CNNR----
PACX---EX
Scenario 30-3 for taDOM3 Lock Requests:
NodeLockPSENSEFCELCE
CONR-EX--
PACX---EX
Scenario 30-4 for taDOM3+ Lock Requests:
NodeLockPSENSEFCELCE
CONR-EX--
PACX---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:

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

If this operation is executed the following nodes are existing:

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