Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
 
18
19
20
21
documentrenamenode02
22
IBM
23
24
	Invoke the renameNode method to rename the class attribute node of the
25
	second element whose localName is acronym and namespaceURI http://www.nist.gov
26
	with the new namespaceURI as http://www.w3.org/DOM/Test and name as prefi0x:renamedNode.
27
	Check if this attribute has been renamed successfully by verifying the
28
	nodeName, namespaceURI, nodeType attributes of the renamed node.
29
30
Neil Delima
31
2002-06-10
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52