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 Cases for Node Operations provided by Node Manager of XDBMS:

Use CaseDescription 
0getNode(DeweyID) returns Node
1getParentNode(contextNode) returns Node
2getPrevSibling(contextNode) returns Node
3getPrevSibling(contextNode) returns null value
4getNextSibling(contextNode) returns Node
5getNextSibling(contextNode) returns null value
6getFirstChild(contextElementNode) returns Node
7getFirstChild(contextElementNode) returns null value
8getLastChild(contextElementNode) returns Node
9getLastChild(contextElementNode) returns null value
10getChildNodes(contextElementNode) returns Nodelist
11getFragment(contextNode) returns Nodelist
12getValue(contextElementNode) returns Node
13getValue(contextTextNode) returns Node
14getValue(contextAttrNode) returns Node
15getAttribute(contextElementNode, ctxAttrNameString) returns Node
16getAttributes(contextElementNode) returns Nodelist
17setValue(contextElementNode, valueString) returns Node
18setValue(contextTextNode, valueString) returns Node
19setValue(contextAttrNode, valueString) returns Node
20setAttribute(contextElementNode, ctxAttrNameString, valueString) returns Node
21setAttribute(contextElementNode, ctxAttrNameString, valueString) returns Node
22renameAttribute(contextElementNode, ctxAttrOldNameString, ctxAttrNewNameString) returns Node
23appendChild(contextElementNode, childType, childValue) returns Node
24appendChild(contextElementNode, childType, childValue) returns Node
25prependChild(contextElementNode, childType, childValue) returns Node
26prependChild(contextElementNode, childType, childValue) returns Node
27insertBefore(contextNode, siblingType, siblingValue) returns Node
28insertBefore(contextNode, siblingType, siblingValue) returns Node
29insertAfter(contextNode, siblingType, siblingValue) returns Node
30insertAfter(contextNode, siblingType, siblingValue) returns Node
31deleteNode(contextNode) returns nothing
32deleteNode(contextNode) returns nothing
33deleteNode(contextNode) returns nothing
34deleteNode(contextNode) returns nothing
35deleteNode(contextNode) returns nothing