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
elementCreateNewAttribute
17
NIST
18
19
    The "setAttributeNode(newAttr)" method adds a new
20
   attribute to the Element.
21
 
22
   Retrieve first address element and add
23
   a new attribute node to it by invoking its
24
   "setAttributeNode(newAttr)" method.  This test makes use
25
   of the "createAttribute(name)" method from the Document
26
   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