Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
nodeGetLastChildNull
17
NIST
18
19
 
20
    If there is not a last child then the "getLastChild()"
21
 
22
    method returns null.
23
 
24
 
25
 
26
    Retrieve the Text node from the second child of the first
27
 
28
    employee and invoke the "getLastChild()" method.   It
29
 
30
    should return null.
31
 
32
33
Mary Brady
34
2001-08-17
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52