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