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
characterdataSetDataNoModificationAllowedErr
17
NIST
18
19
    The "setData(data)" method raises a NO_MODIFICATION_ALLOWED_ERR
20
   DOMException if the node is readonly.
21
   Obtain the children of the THIRD "gender" element.  The elements
22
   content is an entity reference.  Get the FIRST item
23
   from the entity reference and execute the "setData(data)" method.
24
   This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
25
26
Mary Brady
27
2001-08-17
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
	
48
	
49
50
51
52
53
54
55
56
57
58
59