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
namednodemapsetnameditemns06
21
IBM
22
23
	Retreieve the first element whose localName is address and its attributes into a named node map.
24
	Retreiving the domestic attribute from the namednodemap.
25
	Retreieve the second element whose localName is address and its attributes into a named node map.
26
	Invoke setNamedItemNS on the second NamedNodeMap specifying the first domestic attribute from
27
	the first map.  This should raise an INUSE_ATTRIBIUTE_ERR.
28
29
Neil Delima
30
2002-04-28
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53