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_namednodemapReturnLastItem
17
Curt Arnold
18
19
    The "item(index)" method returns the indexth item in
20
   the map(test for last item).
21
 
22
   Retrieve the second "acronym" and get the attribute name. Since the
23
   DOM does not specify an order of these nodes the contents
24
   of the LAST node can contain either "title" or "class".
25
   The test should return "true" if the LAST node is either
26
   of these values.
27
28
 
29
2002-06-09
30
31
32
33
34
35
36
37
38
39
40
41
42
    "title"
43
    "class"
44
45
46
    "title"
47
    "class"
48
    "dir"
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65