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_nodeCommentNodeValue
17
Curt Arnold
18
19
    The string returned by the "getNodeValue()" method for a
20
    Comment Node is the content of the comment.
21
 
22
    Retrieve the comment in the XML file and
23
    check the string returned by the "getNodeValue()" method.
24
    It should be equal to "This is comment number 1".
25
26
 
27
2002-06-09
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50