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
documentadoptnode06
22
IBM
23
24
	Invoke adoptNode on a new document to adopt the a new Attribute node having a Text and an EntityReference
25
	child.  Check if this attribute has been adopted successfully by verifying the nodeName, namespaceURI, prefix,
26
	specified and ownerElement attributes of the adopted node.  Also verify the ownerDocument attribute
27
	of the adopted node and the adopted children of the attribute node.
28
29
Neil Delima
30
2002-06-10
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87