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
elementRemoveAttributeRestoreDefaultValue
17
NIST
18
19
    The "removeAttributeNode(oldAttr)" method removes the
20
   specified attribute node and restores any default values.
21
 
22
   Retrieve the last child of the third employeed and
23
   remove its "street" Attr node.  Since this node has a
24
   default value defined in the DTD file, that default
25
   should immediately be the new value.
26
27
Mary Brady
28
2001-08-17
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48