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
21
documentrenamenode09
22
IBM
23
24
	The method renameNode renames an existing node. When the specified node was created
25
	from a different document than this document, a WRONG_DOCUMENT_ERR exception is thrown.
26
 
27
	Invoke the renameNode method on a new Document node to rename a new attribute node
28
	created in the original Document, but later adopted by this new document node.  The
29
	ownerDocument attribute of this attribute has now changed, such that the attribute node is considered to
30
        be created from this new document node. Verify that no exception is thrown upon renaming and verify
31
        the new nodeName of this attribute node.
32
33
Neil Delima
34
2002-06-10
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54