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
namednodemapsetnameditemns01
21
IBM
22
23
	The method setNamedItemNS adds a node using its namespaceURI and localName. If a node with
24
	that namespace URI and that local name is already present in this map, it is replaced
25
	by the new one.
26
 
27
	Retreive the first element whose localName is address and namespaceURI http://www.nist.gov",
28
	and put its attributes into a named node map.  Create a new attribute node and add it to this map.
29
	Verify if the attr node was successfully added by checking the nodeName of the retreived atttribute.
30
31
Neil Delima
32
2002-04-28
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54