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
nodeTextNodeName
17
NIST
18
19
 
20
    The string returned by the "getNodeName()" method for a
21
 
22
    Text Node is "#text".
23
 
24
 
25
 
26
    Retrieve the Text Node from the last child of the
27
 
28
    first employee and check the string returned
29
 
30
    by the "getNodeName()" method.   It should be equal to
31
 
32
    "#text".
33
 
34
35
Mary Brady
36
2001-08-17
37
38
39
40
41
42
43
44
45
46
47
48
49
50