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
hc_nodelistIndexGetLengthOfEmptyList
17
Curt Arnold
18
19
    The "getLength()" method returns the number of nodes
20
   in the list.(Test for EMPTY list)
21
 
22
   Create a list of all the children of the Text node
23
   inside the first child of the third employee and
24
   invoke the "getLength()" method.   It should contain
25
   the value 0.
26
27
 
28
2002-06-09
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46