Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
hc_nodeRemoveChildOldChildNonexistent
17
Curt Arnold
18
19
    The "removeChild(oldChild)" method raises a
20
    NOT_FOUND_ERR DOMException if the old child is
21
    not a child of this node.
22
 
23
    Retrieve the second employee and attempt to remove a
24
    node that is not one of its children.   An attempt to
25
    remove such a node should raise the desired exception.
26
27
 
28
2002-06-09
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49