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
namednodemapremovenameditemns03
21
IBM
22
23
   The method removeNamedItemNS removes a node specified by local name and namespace
24
 
25
	Create a new element node and add 2 new attribute nodes to it that have the same localName
26
	but different namespaceURI's.  Remove the first attribute node from the namedNodeMap of the
27
	new element node and check to see that the second attribute still exists.
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