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
 
3
17
18
19
20
setNamedItemNS04
21
NIST
22
23
  The "setNamedItemNS(arg)" method for a
24
  NamedNodeMap should raise NO_MODIFICATION_ALLOWED_ERR DOMException if
25
  this map is readonly.
26
 
27
  Retrieve a list of "gender" elements. Get access to the THIRD element
28
  which contains an ENTITY_REFERENCE child node.  Get access to the node's
29
  map. Try to add an attribute node specified by arg with
30
  method setNamedItemNS(arg).  This should result in NO_MODIFICATION_ALLOWED_ERR
31
  DOMException.
32
33
Mary Brady
34
2001-08-17
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
60
	
61
	
62
63
64
65
66
67
68
69
70
71
72
73