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
attrCreateTextNode
17
NIST
18
19
    The "setValue()" method for an attribute creates a
20
  Text node with the unparsed content of the string.
21
  Retrieve the attribute named "street" from the last
22
  child of of the fourth employee and assign the "Y&ent1;"
23
  string to its value attribute.  This value is not yet
24
  parsed and therefore should still be the same upon
25
  retrieval. This test uses the "getNamedItem(name)" method
26
  from the NamedNodeMap interface.
27
28
Mary Brady
29
2001-08-17
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51