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
namednodemapremovenameditemns08
21
IBM
22
23
   The method removeNamedItemNS removes a node using its namespaceURI and localName and
24
   raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and
25
   localName in this map
26
 
27
	Retreive an attribute node from a namednodemap.  Remove the attribute node from the document
28
	object.  Since NamedNodeMaps are live it should also automatically get removed from
29
	the node map.  And so if an attempt is made to remove it using removeAttributeNS, this should
30
	raise a NOT_FOUND_ERR.
31
32
Neil Delima
33
2002-04-28
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52