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
13
 
14
15
16
nodeAppendChildDocFragment
17
NIST
18
19
    Create and populate a new DocumentFragment object and
20
    append it to the second employee.   After the
21
    "appendChild(newChild)" method is invoked retrieve the
22
    new nodes at the end of the list, they should be the
23
    two Element nodes from the DocumentFragment.
24
25
Mary Brady
26
2001-08-17
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
"employeeId"
43
"name"
44
"position"
45
"salary"
46
"gender"
47
"address"
48
"newChild1"
49
"newChild2"
50
51
52
53
	tagname='"employee"' var="elementList"/>
54
55
56
57
58
59
60
61
62
63
64
65
	
66
	
67
68
69
70