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_nodeRemoveChildGetNodeName
17
Curt Arnold
18
19
    The "removeChild(oldChild)" method returns
20
    the node being removed.
21
 
22
    Remove the first child of the second employee
23
    and check the NodeName returned by the
24
    "removeChild(oldChild)" method.   The returned node
25
    should have a NodeName equal to "#text".
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
50
51