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_nodeGetPreviousSiblingNull
17
Curt Arnold
18
19
 
20
    If there is not a node immediately preceding this node the
21
 
22
    "getPreviousSibling()" method returns null.
23
 
24
 
25
 
26
    Retrieve the first child of the second employee and
27
 
28
    invoke the "getPreviousSibling()" method.   It should
29
 
30
    be set to null.
31
 
32
33
 
34
2002-06-09
35
36
37
38
39
40
41
42
43
44
45
46
47
48